Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/quyxishi/ethanium
- Owner: quyxishi
- License: mit
- Created: 2023-08-25T21:56:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-08T11:28:17.000Z (4 months ago)
- Last Synced: 2024-07-08T21:34:43.569Z (4 months ago)
- Topics: argon2id, cli, cryptography, windows, xchacha20-poly1305
- Language: C++
- Homepage:
- Size: 8.76 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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
```