summaryrefslogtreecommitdiff
path: root/src/encryption.h
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2025-04-10 18:58:30 -0500
committer@syxhe <https://t.me/syxhe>2025-04-10 18:58:30 -0500
commitd9d142a7ad0bade65b6f8b777259e203dc6d5301 (patch)
tree51e174696bb4397e97b10748a21d67ca5e4f971e /src/encryption.h
parente5454e63a086e549f54c23a686ff300b99a83b58 (diff)
Overhaul makefile
Diffstat (limited to 'src/encryption.h')
-rw-r--r--src/encryption.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encryption.h b/src/encryption.h
index b02216f..f6c018c 100644
--- a/src/encryption.h
+++ b/src/encryption.h
@@ -32,7 +32,7 @@ void vxgg_setsodiumfailcb(const vxgg_naclfailcb cb, void *data);
32 32
33// Fuck reading from a file. Even if someone ran strings on the binary and got this they wouldn't be able to regenerate the key 33// Fuck reading from a file. Even if someone ran strings on the binary and got this they wouldn't be able to regenerate the key
34#define PASSWORD_WORDS (\ 34#define PASSWORD_WORDS (\
35 (const char *[]){\ 35 (const char * const []){\
36 "the", "of", "to", "and", "for", "our", "their", "has", "in", "he", "a", "them", "that", "these", "by", "have", "we", \ 36 "the", "of", "to", "and", "for", "our", "their", "has", "in", "he", "a", "them", "that", "these", "by", "have", "we", \
37 "us", "people", "which", "all", "is", "with", "laws", "be", "are", "his", "states", "on", "they", "right", "it", "from", \ 37 "us", "people", "which", "all", "is", "with", "laws", "be", "are", "his", "states", "on", "they", "right", "it", "from", \
38 "government", "such", "among", "powers", "most", "an", "time", "should", "new", "as", "been", "colonies", "assent", \ 38 "government", "such", "among", "powers", "most", "an", "time", "should", "new", "as", "been", "colonies", "assent", \