Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dinxsh/datacrypt
π lightweight cryptography library implementation [wip]
https://github.com/dinxsh/datacrypt
cryptography cryptography-project encryption-decryption hacktoberfest security security-tools
Last synced: 7 days ago
JSON representation
π lightweight cryptography library implementation [wip]
- Host: GitHub
- URL: https://github.com/dinxsh/datacrypt
- Owner: dinxsh
- License: mit
- Created: 2023-10-01T19:10:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-25T00:46:31.000Z (21 days ago)
- Last Synced: 2024-10-26T13:51:08.202Z (19 days ago)
- Topics: cryptography, cryptography-project, encryption-decryption, hacktoberfest, security, security-tools
- Language: EJS
- 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 π
> Your friendly neighborhood cryptography API & library for all your security needs! π¦ΈββοΈ
## Why DataCrypt? π€
- π **Multi-language Support**: We speak Python, Java, JavaScript, and more!
- π **Data Format Flexibility**: JSON, XML, or carrier pigeon? We've got you covered.
- π‘οΈ **Robust Error Handling**: Because even superheroes need a safety net.
- π€ **Cryptographic Library Integration**: We play well with others.
- π’ **Various Encryption Modes**: Choose your flavor of unbreakability.## Technical Details π§
- **Supported Algorithms**: AES, RSA, ECC
- **Key Sizes**: 128-bit, 256-bit, 4096-bit (We like our keys like we like our coffee - strong!)
- **Hashing Functions**: SHA-256, SHA-3, Blake2
- **Random Number Generation**: CSPRNG implementation
- **Performance**: Optimized for speed and memory efficiency## Installation π
> coming soon