Password Safe
I hate managing passwords - so I've started using a program called "password safe" to manage my passwords electronically. It essentially encrypts all of your passwords into a single database file (usi...
Thoughts on technology, infrastructure, and AI
Viewing posts tagged crypto Clear filter
I hate managing passwords - so I've started using a program called "password safe" to manage my passwords electronically. It essentially encrypts all of your passwords into a single database file (usi...
Python provides a pretty handy module for performin MD5 sums of both text and data buffers. The following function provides an MD5 sum given a file name: def get_hash(self, filename): """ Generates an...
Some handy usage information on how to use Gnu Privacy Guard (GPG) - an open source implementation of PGP: gpg --gen-key gpg --output revoke.asc --gen-revoke toms_key gpg --list-keys gpg --output publ...