Simple CLI for encrypting data with a private key, using HMAC
Project description
Simple CLI for encrypting data with a private key, using HMAC
$ hmac --help Usage: hmac [OPTIONS] INPUT_FILE Encrypt data in INPUT_FILE using HMAC with provided secret cryptographic key Options: --key TEXT encryption key. Will prompt for if not provided. --algorithm [md5|sha1|sha224|sha256|sha384|sha512] algorithm to use --help Show this message and exit. $ hmac --key foo README.rst 515902266c1a02e60452d152855aa3b46ed5b006 $ echo "Hello" | hmac --key foo - aabbe57c6a0ba953cd907071004a1db16fe78891 $ hmac - Key: ****** Repeat for confirmation: ****** Here is some text ^D c7ab7eed09fff2d0fcf258dfde8222d264013c4f
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
hmac_cli-0.0.0.tar.gz
(2.0 kB
view details)
File details
Details for the file hmac_cli-0.0.0.tar.gz
.
File metadata
- Download URL: hmac_cli-0.0.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 077076d57755620bea41c23c19d5c00282bc2f1a9dbd9b89c728b6c0960cee29 |
|
MD5 | 5815a082e85cc02fc1d44c6025a88911 |
|
BLAKE2b-256 | 7788b4a1c7304e4a3067e273de6e4587f678a5d29fcbb0bcbbcf782500bfd063 |