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: about 1 month 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T11:28:17.000Z (almost 2 years ago)
- Last Synced: 2025-08-01T04:32:23.415Z (11 months ago)
- Topics: argon2id, cli, cryptography, windows, xchacha20-poly1305
- Language: C++
- Homepage:
- Size: 8.76 MB
- Stars: 3
- 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
```