janlelis / pws

Command-Line Password Safe 🔐︎
MIT License
208 stars 19 forks source link

Always Error "Key must be 32 bytes" #19

Closed DiesDasJenes closed 7 years ago

DiesDasJenes commented 7 years ago

Hi, i am trying to create a new pws safe but every password i enter is being rejected with the error message "Key must be 32 bytes". I checked the passwords byte length with other password safes like KeePass. I am using ruby2.4 and the latest version of pws.

Well after an afternoon of trying and searching i found this: https://github.com/attr-encrypted/encryptor/issues/26 It is an Error of the OpenSSL Library.

janlelis commented 7 years ago

Thanks for the bug report! I just released 1.0.7, which is compatible with Ruby 2.4.