https://github.com/laget-se/laget.cryptography
Generic implementation of cryptography using AES.
https://github.com/laget-se/laget.cryptography
cryptography nuget
Last synced: 5 months ago
JSON representation
Generic implementation of cryptography using AES.
- Host: GitHub
- URL: https://github.com/laget-se/laget.cryptography
- Owner: laget-se
- License: apache-2.0
- Created: 2023-09-18T05:27:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T06:50:13.000Z (over 1 year ago)
- Last Synced: 2025-05-24T22:46:28.282Z (about 1 year ago)
- Topics: cryptography, nuget
- Language: C#
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# laget.Cryptography
Implements a simple way of `Encryption` and `Decryption` using `AES` (`Advanced Encryption Standard`).