en-eight / diskrypt

An open source password encryption tool that uses floppy disks
0 stars 0 forks source link

XOR encryption is insecure and vulnerable to plaintext attacks #2

Open en-eight opened 4 years ago

en-eight commented 4 years ago

It would be a good idea to use multiple forms of encryption to encrypt the data.

en-eight commented 4 years ago

Option 1 - Use a Caesar Cipher then use a form of encryption like XOR. Again, the bug of artifacting has yet to be fixed but this idea can stand.