This document describes the design and implementation of a hybrid cryptosystem using the AES and SHA-2 algorithms. The system integrates AES, a symmetric encryption algorithm, with SHA-2, a cryptographic hash function, to improve data security. AES encrypts data using a 128-bit key generated by hashing the input message with SHA-2. The combined system was synthesized using Xilinx ISE software and implemented on a Virtex-5 FPGA, utilizing under 2% of slice registers and 5% of slice LUTs. This provides higher security than AES alone through increased algorithm complexity.