Crates.io | hyperlink-one-time-pad |
lib.rs | hyperlink-one-time-pad |
version | 0.2.0 |
source | src |
created_at | 2021-04-21 19:08:28.901426 |
updated_at | 2021-12-12 15:04:57.316569 |
description | CLI tool that doesn't require you to save huge files for one-time-pad encryptions by using hyperlinks. |
homepage | |
repository | https://github.com/772/hyperlink-one-time-pad/ |
max_upload_size | |
id | 387829 |
size | 69,366 |
hyperlink-one-time-pad "secret_stuff.zip" add http://example.com/vid.mp4 http://example.com/data.rar
The above example uses two files from the internet (both should have a bigger file size than the file to encrypt) that are both downloaded automatically and "layed over" the file to encrypt. Decrypting works the same way using the parameter sub instead of add. You only need to memorize the files that are online available and don't need to store or exchange huge keys, which is a negative point with the normal one-time-pad. It is also possible to use local files as keys instead of hyperlinks.