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.
- Host: GitHub
- URL: https://github.com/vikas-devnet/cypherengine
- Owner: Vikas-Devnet
- Created: 2024-10-05T18:51:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T07:40:31.000Z (over 1 year ago)
- Last Synced: 2025-03-11T08:31:59.445Z (over 1 year ago)
- Topics: aes-encryption, class-library, clean-code, csharp-code, dll, dotnet-core, encryption-decryption
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.