Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 203 Bytes

encryption.md

File metadata and controls

10 lines (7 loc) · 203 Bytes

Encryption

encryption key

The AES encryption keys are 32 random bytes in hexadecimal representation. They can easily be generated on the commandline using openssl:

openssl rand -hex 32