libsodium
libsodium copied to clipboard
The change allows to use the nonce of a Secretbox for en- and decryption.
When I want to generate a new verify key I call this method `new_signing_key` and then it will generate a new signing key containing `verify_key` and `public_key` inside it. ```vlang...
in all example priv key is being generated we need a way how to import a key
Great to see libsodium support for V! I am finding a way to securely store user passwords, is there any plan to support [crypto_pwhash](https://libsodium.gitbook.io/doc/password_hashing/default_phf)? **Edit** Currently trying to giving a...