kas/rand_write_file
1
0
Fork
You've already forked rand_write_file
0
Write random byters to any file
  • Python 100%
2023年01月30日 15:58:52 +01:00
img Add Codeberg identicon 2023年01月30日 14:58:38 +01:00
src Mention HMAC 2023年01月30日 15:58:52 +01:00
LICENSE Use ArchLinux’ formatting of AGPL3 2023年01月30日 14:57:21 +01:00
README.md Add requirements 2023年01月30日 15:54:00 +01:00

rand_write_file

Write random bytes to any file.

Intended as a quick and dirty way to write cryptographically secure data to the ~/.rnd seed — used by OpenSSL's RAND_(load|write)_file (hence the name) but may be used to write any number of bytes to any file.

WIP — do not use for anything serious.

Requirements

Python 3.8+ (tested under Python 3.10 only).