initial commit

This commit is contained in:
2024-09-12 04:56:50 -06:00
commit e68400ebc9
5 changed files with 91 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# hiddencrypto
Silly lil script for using [scrypt](https://github.com/Tarsnap/scrypt), [secure-delete (srm)](https://github.com/BlackArch/secure-delete), and tar to open and close an encrypted (scrypt) and compressed (bz2) and shred (srm) any lingering data immediately.
## Back up your shit
* This script is probably as unstable as I am and will probably end up nuking your files
* If you lose your passphrase or type it in wrong twice on encryption, your data has gone bye bye
* For real, back up your shit
* Do not trust me or my code
## Usage
To install:
`sh hidden.sh install`
To encrypt:
`sh hidden.sh enc`
To decrypt:
`sh hidden.sh dec`
## License
Distributed under the [WTFPL Version 2](//www.wtfpl.net/) [![WTFPL](assets/wtfpl-badge.png)](//www.wtfpl.net/)
See [assets/COPYING.txt](COPYING.txt) for text