You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to have an issue where it says bad decrypt when I run the list command of; fastlane run lastpass username:"username" password:"password" list:true
/usr/local/lib/ruby/gems/2.4.0/gems/lastpass-1.5.0/lib/lastpass/parser.rb:282:in `final': [!] bad decrypt (OpenSSL::Cipher::CipherError) from /usr/local/lib/ruby/gems/2.4.0/gems/lastpass-1.5.0/lib/lastpass/parser.rb:282:in `decode_aes256'
also i noticed that something related to the parser is deprecated as this happens as soon as i trigger setup /usr/local/lib/ruby/gems/2.4.0/gems/lastpass-1.5.0/lib/lastpass/parser.rb:278: warning: constant OpenSSL::Cipher::Cipher is deprecated
I created a new lastpass account and this seems to work fine so I wonder if its related to whether its a paid account or the account type?
Let me know if there's anything I can provide.
The text was updated successfully, but these errors were encountered:
Thanks for the report, this doesn’t look related to this plugin but with the LastPass client it uses. There already been similar reports, not exactly sure what is the root cause here. Do you have two-factor authentication enabled? What is your ruby and dependencies versions?
Hi,
I seem to have an issue where it says bad decrypt when I run the list command of;
fastlane run lastpass username:"username" password:"password" list:true
/usr/local/lib/ruby/gems/2.4.0/gems/lastpass-1.5.0/lib/lastpass/parser.rb:282:in `final': [!] bad decrypt (OpenSSL::Cipher::CipherError) from /usr/local/lib/ruby/gems/2.4.0/gems/lastpass-1.5.0/lib/lastpass/parser.rb:282:in `decode_aes256'
also i noticed that something related to the parser is deprecated as this happens as soon as i trigger setup
/usr/local/lib/ruby/gems/2.4.0/gems/lastpass-1.5.0/lib/lastpass/parser.rb:278: warning: constant OpenSSL::Cipher::Cipher is deprecated
I created a new lastpass account and this seems to work fine so I wonder if its related to whether its a paid account or the account type?
Let me know if there's anything I can provide.
The text was updated successfully, but these errors were encountered: