Karl Magick (kmag)

kmag

Geek Repo

Github PK Tool:Github PK Tool

Karl Magick's repositories

bad_examples

An example of what's wrong with naive Merkle Tree implementation. Also included is a solution to the fool's errand of providing a reversible password hash. This salted password hash is trivially reversible for passwords up to 9 English characters in length. Different salts result in different hashes, and different aliasing of longer passwords to 9-character passwords. At least if you have a longer password, the hash reversal won't reveal your actual password.

Language:CStargazers:8Issues:1Issues:0

heavy_hitters_cache

A cache with an eviction policy utilizing a count-min sketch probabilistic data structure to estimate long-term usage frequencies

Language:C++License:Apache-2.0Stargazers:1Issues:1Issues:0

falco-website

Hugo content to generate website content. Hosted by the CNCF

Language:HTMLLicense:CC-BY-4.0Stargazers:0Issues:0Issues:0
Language:ShellLicense:Apache-2.0Stargazers:0Issues:1Issues:0

store_password_gpg

A simple password generation script that uses GnuPG to store each password in a separate file

Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0