https://github.com/jalaj711/gocrypto
Cryptography module for golang with support for DES, 3DES, and AES in ECB, CBC, CFB and OFB modes. Also supports SHA512 hashing algortihm.
https://github.com/jalaj711/gocrypto
aes block-cipher cryptography des tripledes
Last synced: 4 months ago
JSON representation
Cryptography module for golang with support for DES, 3DES, and AES in ECB, CBC, CFB and OFB modes. Also supports SHA512 hashing algortihm.
- Host: GitHub
- URL: https://github.com/jalaj711/gocrypto
- Owner: jalaj711
- License: mit
- Created: 2024-04-05T22:04:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T11:41:36.000Z (12 months ago)
- Last Synced: 2025-06-14T15:44:30.167Z (4 months ago)
- Topics: aes, block-cipher, cryptography, des, tripledes
- Language: Go
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Crypto