Skip to content

Functions for hashing email addresses and phone numbers for contact lookup.

License

Notifications You must be signed in to change notification settings

1984not-GmbH/contact-hashes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Hashes

Library that calculates a password hash for email addresses and telephone numbers so that the contact data can be stored in a database for contact lookup.

The hash function is Argon2id.

Note that phone numbers and email addresses need to be normalized for this to work.

It contains one C function (see contact-hashes.h) and a command line interface that takes data from stdin and prints the hash to stdout (chash).

About

Functions for hashing email addresses and phone numbers for contact lookup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published