inital commit

This commit is contained in:
2026-06-08 15:57:11 +02:00
parent aaf8729663
commit d9ca48addc
114 changed files with 12172 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
#!/usr/bin/env sh
python -c "import os,base64; print(base64.b64encode(os.urandom(32)).decode())"