Encryption dll - Can be used for IIS, Apps. AES encryption techniques
c# library used to encrypt and decrypt strings in config files, etc.
- Encrypt/Decrypt incoming strings by passing string and key password.
Simple c# library to encode strings.
Requirements:
- Use include statement and place DLL in your library/bin directory.
- Microsoft Crypt Library.
Files:
- JCrypter.dll # main c# library
GNU General Public License version 3.0 (GPLv3) (https://www.gnu.org/licenses/gpl-3.0.de.html)
NA
- Allows you to save connection strings in web.config in an encrypted at rest state.
- Encrypt/Decrypt strings on the fly.