duritong / trocla

A password store for password creation and retrieval
Other
75 stars 18 forks source link

Fix #39 and commit 2f14f10 #48

Closed fe80 closed 6 years ago

fe80 commented 6 years ago

Hello,

Fix #39 and #46 for set password with pgsql format, and correct commit 2f14f10

~ # trocla create burps_password plain
D:KLGnN76*@du.%8
~ # trocla create burps_password pgsql "username: burps"
md52df5340723d08f62dbecef2d6dee4a22
~ # trocla delete burps_password pgsql
md52df5340723d08f62dbecef2d6dee4a22
~ # trocla set burps_password pgsql "username: burps"
Enter your password: xxxxxxxxxxxxxxxx
Repeat password: xxxxxxxxxxxxxxxx

~ # trocla get burps_password pgsql
md52df5340723d08f62dbecef2d6dee4a22
duritong commented 6 years ago

Thanks for digging in and fixing it, I have a minor comment otherwise let's merge and hopefully make a new release! :)

fe80 commented 6 years ago

Np :)

Would you prefer an empty hash instead of an empty string ?

duritong commented 6 years ago

Yep, empty hash.

fe80 commented 6 years ago

Done :)

duritong commented 6 years ago

thank you!