https://github.com/dinxsh/datacrypt
cli hashing utility 🔐
https://github.com/dinxsh/datacrypt
cryptography cryptography-project encryption-decryption security security-tools
Last synced: 12 months ago
JSON representation
cli hashing utility 🔐
- Host: GitHub
- URL: https://github.com/dinxsh/datacrypt
- Owner: dinxsh
- License: mit
- Created: 2023-10-01T19:10:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T23:41:51.000Z (over 1 year ago)
- Last Synced: 2025-04-05T17:38:20.367Z (12 months ago)
- Topics: cryptography, cryptography-project, encryption-decryption, security, security-tools
- Language: JavaScript
- Homepage: https://dcrypt.vercel.app
- Size: 1.72 MB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
### datacrypt 🔐
> simple cli hashing utility
### specifics
- **Supported Algorithms**: AES, RSA, ECC
- **Key Sizes**: 128-bit, 256-bit, 4096-bit
- **Hashing Functions**: SHA-256, SHA-3, Blake2
- **Random Number Generation**: CSPRNG implementation
- **Performance**: Optimized for speed and memory efficiency
### installation
> coming soon