From a4a8fec9015634086f13d89a8e9f5b5ae57e0bcd Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 25 Jul 2026 22:16:37 -0600 Subject: [PATCH] initial --- README.md | 2 + index.html | 251 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 253 insertions(+) create mode 100644 README.md create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..72f3dd8 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# One Time Pad Cipher Fuckery +for when __nearly__ impossible to crack just isnt good enoug \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..832854e --- /dev/null +++ b/index.html @@ -0,0 +1,251 @@ + + + + + + Random Binary Generator with Monobit Test + + + + +
+

CSPRNG Binary Generator

+ + + + + +
+ Total bits: 9,600 bits (1,200 bytes) +
+ +
+
+ + + + + \ No newline at end of file