Skip to content

Releases: mtesseract/tahin

Tahin 0.1.2 released

06 Apr 12:32
Compare
Choose a tag to compare
Tahin 0.1.2 released Pre-release
Pre-release

Mostly CLI improvements (e.g. --twice, --list-hashes) and code cleanup.

Tahin 0.1.0 released

10 Jan 22:33
Compare
Choose a tag to compare
Tahin 0.1.0 released Pre-release
Pre-release

This is the first release of the Tahin password generator. Use at your own risk.

Tahin is a KISS-style password generator based on the password creation concept suggested by e.g. Prof. Dr. Eike Kiltz.

The idea is that there exists a secure master password and a service-specific ‘identifier’. These two strings get concatenated, then you transform the concatenated string with a secure hashing function and base64-encode the result.