atoponce / d-note

Self destructing encrypted notes
Other
130 stars 43 forks source link

How to store the encrypted notes #6

Closed atoponce closed 10 years ago

atoponce commented 12 years ago

Being a Python web application, it should be platform agnostic, anywhere Python is installed. As such, it should be able to store the raw bytes of the AES encryption, rather than worrying about storing the encrypted string in base-64. This would take into account endianess. However, will it scale?

atoponce commented 10 years ago

Went with Blowfish encryption using ECB mode and ZLIB. Until further investigation, closed.