Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kixunil/btcstegcpp
C++ version of btcsteg
https://github.com/kixunil/btcstegcpp
Last synced: about 2 months ago
JSON representation
C++ version of btcsteg
- Host: GitHub
- URL: https://github.com/kixunil/btcstegcpp
- Owner: Kixunil
- Created: 2014-12-10T19:52:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T13:20:27.000Z (about 10 years ago)
- Last Synced: 2024-11-24T20:08:45.008Z (about 2 months ago)
- Language: C++
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BtcSteg (C++ version)
=====================Improved version of [btcsteg](https://github.com/Kixunil/btcsteg).
Encrypts message and hides it into series of Bitcoin addresses. Uses scrypt as PBKDF. IV and salt for scrypt are derived from first Bitcoin address (SHA256).
Generating addresses is more efficient than in bash version.In case of this version, I'm more confident that no suspicious metadata are added to ciphertext. But I'm still not sure. Use at your own risk!
Dependencies
------------* libcryptopp
* libscrypt
* vanitygen (in $PATH)