Encryptor ######### :category: PHP :tags: sodium, xsalsa20, argon2id, encryption :date: 2019-08-24 03:50 +0300 Created a simple cli file encryptor using libsodium_ The app can create a password-protected file encoded with XSalsa20_ and Argon2id_ See my dev portal: https://sandfox.dev/php/encryptor.html .. _libsodium: https://libsodium.gitbook.io/ .. _XSalsa20: https://en.wikipedia.org/wiki/Salsa20 .. _Argon2id: https://en.wikipedia.org/wiki/Argon2