Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quyxishi/ethanium

XChaChaPoly1305-Argon2id cli, built on cryptopp & libsodium
https://github.com/quyxishi/ethanium

argon2id cli cryptography windows xchacha20-poly1305

Last synced: 3 days ago
JSON representation

XChaChaPoly1305-Argon2id cli, built on cryptopp & libsodium

Awesome Lists containing this project

README

        

# ethanium
> XChaChaPoly1305-Argon2id `cli`, built on [cryptopp](https://cryptopp.com) & [libsodium](https://libsodium.org/)

## Configure & Build
```
git clone https://github.com/quyxishi/ethanium.git --recurse-submodules
cd .\ethanium\
.\vcpkg\bootstrap-vcpkg -disableMetrics
.\vcpkg\vcpkg integrate install
.\ethanium.sln
```