summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-12-30 03:45:51 +0100
committerJay Berkenbilt <ejb@ql.org>2012-12-31 16:32:32 +0100
commitef23bba4cd692b4f079013a2264f3df38e496289 (patch)
treef7a562189082b1e42d2bfe17ea8f708169ee60ca /TODO
parent4fe6f61def5bee74a3f190d51e2a7c3d41a76ae4 (diff)
downloadqpdf-ef23bba4cd692b4f079013a2264f3df38e496289.tar.zst
Add note in TODO about random number seeding
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index c744b103..b231e994 100644
--- a/TODO
+++ b/TODO
@@ -27,6 +27,13 @@ General
Possible sha256 implementations: http://sol-biotech.com/code/sha2/,
http://hashlib2plus.sourceforge.net/
+ * Improve the random number seed to make it more secure so that we
+ have stronger random numbers, particularly when multiple files are
+ generated in the same second. This code may need to be
+ OS-specific. Probably we should add a method in QUtil to seed with
+ a strong random number and call this automatically the first time
+ QUtil::random() is called.
+
* Consider the possibility of doing something locale-aware to support
non-ASCII passwords. Update documentation if this is done.