|\ /| scroll down for older posts.
= o.o =
= o.o =
Mittwoch, 13. Juni 2018
Sonntag, 3. Juni 2018
Donnerstag, 21. Dezember 2017
Creation Of A Prototype - Part 1
Dienstag, 5. Dezember 2017
Sonntag, 26. November 2017
Dienstag, 21. November 2017
audiotools
I started to write tools for testing and measuring audio equipment.
Any help is welcome.
https://github.com/w33zl3p00tch/audiotools
Samstag, 3. Juni 2017
gdzip released
I humbly announce the release of gdzip.
Gdzip is a command line tool to compress and encrypt files or folders. It is written in Go.
Executable binaries as well as the source code can be downloaded at Github:
Source code: https://github.com/w33zl3p00tch/gdzip
Releases: https://github.com/w33zl3p00tch/gdzip/releases
Internally, the given files and/or folders are compressed and stored as tar.gz archives that retain the original file metadata.
The data are split into chunks while encrypting, and encryption is done done using AES256-GCM and/or ChaCha20-Poly1305. All this happens in RAM, so no temporary files will be used.
Keys are generated using the scrypt key derivation function.
The encrypted files provide no information about their contents or their contents' filenames.
Encrypted files may be safely renamed and even the extension may be altered or left out.
Please report any bugs you might find. Suggestions and feature requests are welcome.
Gdzip is a command line tool to compress and encrypt files or folders. It is written in Go.
Executable binaries as well as the source code can be downloaded at Github:
Source code: https://github.com/w33zl3p00tch/gdzip
Releases: https://github.com/w33zl3p00tch/gdzip/releases
Internally, the given files and/or folders are compressed and stored as tar.gz archives that retain the original file metadata.
The data are split into chunks while encrypting, and encryption is done done using AES256-GCM and/or ChaCha20-Poly1305. All this happens in RAM, so no temporary files will be used.
Keys are generated using the scrypt key derivation function.
The encrypted files provide no information about their contents or their contents' filenames.
Encrypted files may be safely renamed and even the extension may be altered or left out.
Please report any bugs you might find. Suggestions and feature requests are welcome.
Donnerstag, 1. Juni 2017
Sieve of Eratosthenes in Python
I've recently discovered the magic of hash tables. Here is a version of the Sieve of Eratosthenes that is pretty fast, given it's written in Python:
Sonntag, 6. November 2016
Abonnieren
Posts (Atom)