Crypto From Scratch: Intro
How Crypto Works with readable inplmentations…
How Crypto Works with readable inplmentations…
DES is mostly just static substitutions, and 3DES is just DESx3.…
Author Note: Its been a while but I will be trying to update this blog semi-regularly with new posts of things I have worked on. I did a lot of research into answering the interview question as in depth as I can and still present it to a semi-technical audience.…
Recently I changed my haproxy configuration to support Client Certificates to login in to services through the Web from outside my internal network. This will be broken down in to mutable parts so that it is easier to read. If you have not created you Client Certificate see Part 1.…
Recently I changed my nginx configuration to support Client Certificates to login in to services through the Web from outside my internal network. This will be broken down in to mutable parts so that it is easier to read. If you have not created you Client Certificate see Part 1.…
Recently I changed my nginx configuration to support Client Certificates to login in to services through the Web from outside my internal network. This will be broken down in to mutable parts so that it is easier to read. Creating Client Certificates Configuring haproxy to accept them Configuring haproxy to…
Devices have been getting more user friendly as new devices, services and software comes out. Some of the new services do come with a price affecting security. Specifically one of the newer services to come around is Smart TVs. These devices are mostly beneficial but recently this has not been…
This is how I make Toto embed MathJax in to the page using Tex markup. <script type="math/tex; mode=display"> \begin{align} x &= 100011_2 \\ &= 100_2 * 2^3 + 011_2 \end{align} </script> It looks like this when rendered \begin{…