Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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