Jozef Reisinger's blog
Infrastructure, security, programming ...
2024-06-08
Go katas
›
I’ve been working in the DevOps (sysadmin) and cybersecurity domains. That means I work with computer programs all the time and I have to u...
2024-03-18
AI for DevSecOps
›
I’ve finally decided to try out a couple of AI related tools to see whether they are useful for me. I didn’t want to spend too much time on...
2024-02-20
Shift cipher in Go with blocks
›
In the previous post we implemented a shift cipher that accepts key of variable length. Now, the cryptographic algorithms can be classified ...
2024-02-16
Shift cipher in Go with multibyte key
›
In the previous blog post we developed a simple crypto system. Its algorithm is based on shifting bytes by the number represented by a singl...
2024-02-15
Shift cipher in Go
›
A simple way to encipher (or encrypt) some data is by using the shift cipher. We can do this in Go by going through the data byte by byte a...
›
Home
View web version