Using x86 Assembly Archeticure and bit manipulation, we are able to encrypt/decrypt files using a key and a password
  • C++ 96.2%
  • C 3.8%
Find a file
2024-02-13 09:36:24 -06:00
InputFiles Add project files. 2024-02-13 09:36:24 -06:00
.gitattributes Add .gitattributes, .gitignore, and README.md. 2024-02-13 09:36:18 -06:00
.gitignore Add .gitattributes, .gitignore, and README.md. 2024-02-13 09:36:18 -06:00
CryptoMain_Student.cpp Add project files. 2024-02-13 09:36:24 -06:00
DecryptData_Initial.cpp Add project files. 2024-02-13 09:36:24 -06:00
EncryptData_Initial.cpp Add project files. 2024-02-13 09:36:24 -06:00
EncryptData_Initial__.cpp Add project files. 2024-02-13 09:36:24 -06:00
Key.dat Add project files. 2024-02-13 09:36:24 -06:00
Main.h Add project files. 2024-02-13 09:36:24 -06:00
Project.sln Add project files. 2024-02-13 09:36:24 -06:00
Project.vcxproj Add project files. 2024-02-13 09:36:24 -06:00
Project.vcxproj.filters Add project files. 2024-02-13 09:36:24 -06:00
README.md Add .gitattributes, .gitignore, and README.md. 2024-02-13 09:36:18 -06:00
SHA-256.cpp Add project files. 2024-02-13 09:36:24 -06:00
SHA-256.h Add project files. 2024-02-13 09:36:24 -06:00

Project