mirror of
https://github.com/chenasraf/mudblock.git
synced 2026-05-18 01:48:57 +00:00
6 lines
233 B
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 = "...";
|