Announcing v0.2.1

Release 0.2.1 is out!


Affected repositories

rust-keylock-lib

rust-keylock-shell

rust-keylock-android

Changelist

  • Handle decryption errors during the initialization and don’t panic
  • Change the name of the shell binary from rust_keylock to rust-keylock
  • Keep the passwords encrypted in the memory
  • Keep the encryption/decryption keys in safe memory location

Bugfixes

  • rust-keylock-lib

  • Panic when providing a very big number during authorization: panicked at ‘assertion failed: salt.len() == 16’

  • rust-keylock-android

  • Crash when provided number cannot be parsed

  • Fixes regarding state saving

  • rust-keylock-shell

  • Password number visible in the messages in cases of errors