PBKDF2 on the command line
Project description
stretch is a command line tool that uses PBKDF2 from Python’s passlib to derive a key, given a secret and a salt.
Installation
You can, of course, clone the repo or download the stretch.py script and call it from its directory, but I’d rather have it “installed” so it can be called from anywhere. The easiest way to install it:
[sudo] pip install stretch
Instead, you could just copy the script to a convenient location:
[sudo] curl https://raw.githubusercontent.com/felipedau/stretch/master/stretch/stretch.py -o /usr/local/bin/stretch
Finally, stretch the secret foo with the salt bar using the defaults hmac-sha512 and 10000 rounds:
$ stretch foo bar FUMV4GHTdgpdEbseRSkUNiTd6CYktCUr3XPqy+pp7cPk7R7Ho0L1JJDXMbcYQkA/gkWQ7BoSOtRcMnvnD8qqhg==
Optional Arguments |
Description |
---|---|
-h, --help |
show this help message and exit |
-b BEGIN, --begin BEGIN |
define where to start slicing the result (equivalent to result[b:]) |
-e END, --end END |
define where to stop slicing the result (equivalent to result[:e]) |
-f {md5,sha1,sha256,sha512}, --family {md5,sha1,sha256,sha512} |
choose a pseudo-random family. |
-r ROUNDS, --rounds ROUNDS |
define the number of rounds to use on the generation (an integer greater than zero). (Default: 10000) |
-c, --copy |
copy the output to the clipboard by piping it to xclip instead of printing |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file stretch-1.4.tar.gz
.
File metadata
- Download URL: stretch-1.4.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2586b6a5db1a9d84d2cb82978acb80c0701c519ea576f13c05d9d65ccdf629ca |
|
MD5 | d4f7872f8a769a5cd803fcab1d9e20d8 |
|
BLAKE2b-256 | 458553fbc0ba9d8aa2d60f43c17c02ab38cd946ad68addf576a316fdca51f70f |