A type of encryption where the same key is used to encrypt and decrypt the message.
I'm in a situation where I need to encrypt / decrypt a file of n length securely, ideally using Rijndael, but …
c# encryption rijndaelmanaged encryption-symmetricI was looking for libraries to implement an encryption system and was interested in using the NaCl: Networking and Cryptography …
encryption cryptography encryption-symmetric encryption-asymmetric nacl-cryptography