https://github.com/d3vl0per/crypt
High-level API binding to low-level crypto APIs in golang
https://github.com/d3vl0per/crypt
compression-algorithms cryptography encryption-algorithms golang public-key-cryptography
Last synced: 28 days ago
JSON representation
High-level API binding to low-level crypto APIs in golang
- Host: GitHub
- URL: https://github.com/d3vl0per/crypt
- Owner: D3vl0per
- License: bsd-3-clause
- Created: 2023-11-07T14:00:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T14:03:11.000Z (almost 2 years ago)
- Last Synced: 2024-05-09T15:08:43.257Z (almost 2 years ago)
- Topics: compression-algorithms, cryptography, encryption-algorithms, golang, public-key-cryptography
- Language: Go
- Homepage:
- Size: 1.33 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
(Go) Crypt
This project is a comprehensive toolkit for developers who need to implement various cryptographic operations in their Go applications
## Crypto suite:
- Generic
- (Secure) Overwrite
- (Secure) Delete
- CSPRNG
- CSPRNGHex
- /dev/hwrng
- Encoders
- Base64
- Base32
- Hex
- Custom option
- Key Wrappers
- ed25519
- PKIX
- PKCS
- Symmetric
- XChacha20-poly1305
- XChacha20-poly1305 Stream (utilized age code)
- XOR
- AES-GCM
- "Insecure"
- SecretBox
- AES-CTR
- AES-CBC
- Asymmetric
- ECDSA
- ed25519
- ed448
- ECDH
- Curve25519
- Hash
- Blake2s-128
- Blake2s-256
- Blake2b-256
- Blake2b-384
- Blake2b-512
- SHA2-256
- SHA2-384
- SHA2-512
- SHA3-224
- SHA3-256
- SHA3-384
- SHA3-512
- SHAKE-128 (planned)
- SHAKE-256 (planned)
- go_simhash (planned)
- Argon2id
- Scrypt (planned)
- HKDF (planned)
- Compression
- flate
- gzip
- zlib
- zstd
- brotli
- huff0X1 (in progress)
- huff0X4 (in progress)
- Aged
- Age encryption suite
- Age header obfuscation v1
- Age header obfuscation custom option
## Disclaimer
This project includes cryptographic operations that have not been independently audited. While every effort has been made to ensure the correctness and security of these operations, they are provided "as is". The author cannot guarantee their security and cannot be held responsible for any consequences arising from their use. If you use these package in your own projects, you do so at your own risk.
It is strongly recommended that you seek an independent security review if you plan to use them in a production environment.