Showing posts with the label scripts
Hashing, if you didn't know, is a term generally meant to refer to converting a bit of text, a key, or a file into a specific type of value. In the context of email address hashing, we're talking about " one way hashing ," meaning that you convert an email address into a hashed value, but once that's done, you can't convert it back to an email address. Why do you ev…
The linux/unix tool  mb2md  does one thing and it does it well: It takes and "mbox" mailbox file and converts it into Maildir files. In " mbox " mailbox format, your entire mailbox is one file. Each message is delimited with a blank line and the next line st…