Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shellbear/v-crypto
A cryptography library for V
https://github.com/shellbear/v-crypto
cryptography openssl v vlang
Last synced: about 1 month ago
JSON representation
A cryptography library for V
- Host: GitHub
- URL: https://github.com/shellbear/v-crypto
- Owner: shellbear
- License: mit
- Created: 2019-06-30T22:18:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T22:29:43.000Z (over 5 years ago)
- Last Synced: 2024-11-08T12:06:56.461Z (3 months ago)
- Topics: cryptography, openssl, v, vlang
- Language: Verilog
- Homepage:
- Size: 3.91 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v-crypto
A crypto library for VLang.
It use bindings from the [OpenSSL](https://www.openssl.org/) library.## Features
- [x] Basic AES
- [x] MD4
- [x] MD5
- [x] SHA1
- [x] SHA256
- [x] SHA384
- [x] SHA512
- [ ] Public/Private key pair## Built With
- [OpenSSL](https://www.openssl.org/) - A general-purpose cryptography library.
- [Vlang](https://github.com/vlang/v) - Simple, fast, safe, compiled language## License
[MIT](LICENSE)
## Contributors
- [Shellbear](https://github.com/shellbear) - creator and maintainer