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
The SHA256 digest of this key is generated and used as the encryption key for the secret files.
55
+
56
+
There are 89 valid characters (128 - 32 - 2 - 5) and so 89^8 possible passwords, so it's around a day's worth of effort to crack this scheme.
57
+
58
+
However, additional security can be achieved by taking another number as input, and then running those many rounds of hashing on the hash results to generate the final hashed key.
59
+
60
+
But that's future work for the paranoid forker.
61
+
62
+
63
+
## Updating secrets
39
64
40
65
- Connect to the REPL
41
66
- Press CTRL-C to stop the code and bring up the prompt
42
67
- Run the following code to dump the secrets files to console as plain text:
0 commit comments