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
While working on replacing the AES256 encryption algorithm I noticed a bug trousseau create --encryption-type symmetric --encryption-algorithm aes creates the .trousseau file with 0000 rights, which, of course, creates an unreadable store. We should make sure the store is created with 0700 rights.
The text was updated successfully, but these errors were encountered:
While working on replacing the AES256 encryption algorithm I noticed a bug
trousseau create --encryption-type symmetric --encryption-algorithm aes
creates the.trousseau
file with0000
rights, which, of course, creates an unreadable store. We should make sure the store is created with0700
rights.The text was updated successfully, but these errors were encountered: