This web page shows how to use Bonnie.NET Standard Edition .NET cryptographic API for symmteric encryption of texts.
Try Bonnie.NET functionalities by following the next steps:
Choose a method for strong cryptographic key and initialization vector generation. You can insert a password or allow Bonnie.NET to generate a strong key and initialization vector. If you choose to insert a password, Bonnie.NET will use PKCS#5 (RFC2898) standard to generate a secure cryptographic key and the related initialization vector.
Choose the symmetric encryption algortihm to use for encryption/decryption process.
Bonnie.NET can perform, in the same easy way, symmetric encryption of bytes arrays and streams (for example files) too. For more details, download Bonnie.NET Standard Edition and try the examples contained on the setup.