aburgd / xorox

one way to generate passwords with base64 and key-stretching pbkdf2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xorox

one way to generate passwords with base64 and key-stretching pbkdf2

running

git clone https://github.com/aburgd/xorox.git

cd xorox

go run src/xorox.go

or to build an executable for your platform

go build src/xorox.go

enjoy 😎

About

one way to generate passwords with base64 and key-stretching pbkdf2

License:MIT License


Languages

Language:Go 100.0%