How To: Encrypt/Decrypt File with OpenSSL
Encrypt/Decrypt File When security and integrity of a file is critical, such as with x509 certificates or other important documents, OpenSSL or other variant can be used to secure the…
The World Will Turn If You're Ready or Not
Encrypt/Decrypt File When security and integrity of a file is critical, such as with x509 certificates or other important documents, OpenSSL or other variant can be used to secure the…
When working in a clustered Linux environment containing two or more servers, it is not uncommon to switch back and forth between the hosts. Even if it’s running one command.…
Ever wanted to see whats going through Squid’s cache right at the moment? But get immediately discouraged with all the timestamps, SWAPOUT, RELEASE and other cache variables? I have a…
I used to be highly enthusiastic about open and free information technology, and I still am to some extent, but the workplace made me think critically in a new way.…
Using only a username and password for authentication is no longer secure. With user-database dumps reaching millions of exposed, albeit hashed and salted, passwords. Secure authentication should include not only…