https://github.com/mkorolyov/crypt
crypt
https://github.com/mkorolyov/crypt
aes-encryption crypto cryptography go golang hashing hybrid-cryptography rsa-key-encryption
Last synced: 5 months ago
JSON representation
crypt
- Host: GitHub
- URL: https://github.com/mkorolyov/crypt
- Owner: mkorolyov
- Created: 2019-10-12T15:02:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T23:01:25.000Z (over 2 years ago)
- Last Synced: 2024-06-21T09:58:25.910Z (about 2 years ago)
- Topics: aes-encryption, crypto, cryptography, go, golang, hashing, hybrid-cryptography, rsa-key-encryption
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crypt
Package provides utilities for data hashing(e.g. password) and encrypting/decrypting(e.g. security tokens).