Files
mudblock/lib/core/secrets.example.dart

6 lines
233 B
Dart

// can be generated using `hexdump -vn16 -e'4/4 "%08X" 1 "\n"' /dev/urandom`
// DO NOT LOSE THIS KEY!
// copy this file to secrets.dart (which is in .gitignore)
// in order to properly encrypt/decrypt passwords
const pwdKey = "...";