py-basic/TODO.norg

21 lines
508 B
Plaintext
Raw Normal View History

2023-09-07 18:26:55 +02:00
This is a list of tasks that would be cool to add.
* Tasks
** Basic
*** Files
2023-09-08 14:30:55 +02:00
- (-) Hex dumper
- (x) Dump basic files with format
- (x) Dump basic files with chars
- (x) Be able to dump larger files or put out an error
- ( ) Stop reading when read gets blocked /somehow/
- ( ) Install script to system
2023-09-07 18:26:55 +02:00
*** Networking
- ( ) Mini curl
*** Packaging
- ( ) Installing a package to your system
- ( ) Building a library
** Cryptography
*** Signature
- ( ) Check a signature with OpenSSL