Timecheck for our coding time!
Here's some thoughts from us:
- For all crypto, it will use a mix of password and the USB ID as the 'key'.
- Code for detecting specific file extensions and specifying files if possible
- Detection of encryption type will be done through appending a resulting hash bytes of encryption type like SHA-256 the string "AES" after encryption.
- Decryption will take those bytes and compare to know what to use to decrypt.
Here's some thoughts from us:
- For all crypto, it will use a mix of password and the USB ID as the 'key'.
- Code for detecting specific file extensions and specifying files if possible
- Detection of encryption type will be done through appending a resulting hash bytes of encryption type like SHA-256 the string "AES" after encryption.
- Decryption will take those bytes and compare to know what to use to decrypt.
Comments
Post a Comment