https://github.com/n3m/cryptext
Cryptographic SHA256-AES-Wrapped Passphrase Text Encoder and Decoder
https://github.com/n3m/cryptext
aes aes-encryption aes-gcm cryptography golang passphrase sha256
Last synced: 5 months ago
JSON representation
Cryptographic SHA256-AES-Wrapped Passphrase Text Encoder and Decoder
- Host: GitHub
- URL: https://github.com/n3m/cryptext
- Owner: n3m
- License: mit
- Created: 2022-04-18T01:56:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T02:54:05.000Z (about 4 years ago)
- Last Synced: 2024-06-20T06:04:54.015Z (about 2 years ago)
- Topics: aes, aes-encryption, aes-gcm, cryptography, golang, passphrase, sha256
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cryptext
### Description
Cryptographic SHA256-AES-Wrapped Passphrase Text Encoder and Decoder
What this means is that from the passphrase that you give the module and the text data, we'll give you an encrypted string
### Reason
As simple as needed, I was in search of a fast and simple passphrase-encoder for text