An open API service indexing awesome lists of open source software.

https://github.com/vikas-devnet/cypherengine

This DLL is designed to securely encrypt and decrypt strings by utilizing a combination of salting, transposing, and hashing techniques. It incorporates the AES algorithm to provide robust encryption.
https://github.com/vikas-devnet/cypherengine

aes-encryption class-library clean-code csharp-code dll dotnet-core encryption-decryption

Last synced: 22 days ago
JSON representation

This DLL is designed to securely encrypt and decrypt strings by utilizing a combination of salting, transposing, and hashing techniques. It incorporates the AES algorithm to provide robust encryption.

Awesome Lists containing this project

README

          

# CypherEngine
This DLL is designed to securely encrypt and decrypt strings by utilizing a combination of salting, transposing, and hashing techniques. It incorporates the AES algorithm to provide robust encryption. The process ensures that the data is protected with multiple layers of security, making it difficult to reverse-engineer or tamper with the encrypted information.