Skip to content
/ alphash Public

Unix command line tool for hashing values to ascii chars

License

Notifications You must be signed in to change notification settings

crvcrv/alphash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alphash

Unix command line tool for hashing values to ascii chars

Quickstart

Hash input string to default chars (lower case)

$ alphash --input foobar
>>> liyyffytybcuhargzwsk

Hash input to alphanumeric chars

$ alphash --input foobar --alphanumeric 
>>> xYvc8QRey2EaMEVwVAOe

Hash input to uppercase + digits

$ alphash --input foobar --digits --uppercase
>>> L4SNNMTF3D41R9EKWWC6

Hash input to alphanumeric + special chars ( !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ )

$ alphash --input foobar --all
>>> q_n\pF"@h(_h5Uhl<ET"

Hash input using a seed ( either int or string )

$ alphash --input foobar --all --seed myseed
>>> D!(={7IyCjn,`(>)\SIX

Hash using secure input

$ alphash --all --seed myseed -si
>>> Secure Input:
>>> D!(={7IyCjn,`(>)\SIX

Installation

On UNIX systems move alphash.py to /usr/bin/alphash
Make sure you've permission to execute.

About

Unix command line tool for hashing values to ascii chars

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages