Debian RAID 5 + Encryption

March 13th, 2011 § 0 comments § permalink

This is a little summary about what I did to create an encrypted RAID 5 device on my file server. First of all I had to install mdadm and cryptsetup. apt-get install mdadm cryptsetup The next step is to create the RAID 5, this is an example of my configuration. mdadm –-create /dev/md0 –-level=5 -–raid-disks=3 [...]

[Read more]

Caesar Cipher in Python

September 21st, 2010 § 0 comments § permalink

python

I just wrote a simple encryption application using the caesar cipher. I wrote the same in C++ a while ago but this version is, in my opinion,  much better coded. I decided to stop learning C++ and learn Python instead. Here is the file: ccipher1.zip Use at your own risk!

[Read more]

My first C++ Application

August 20th, 2010 § 0 comments § permalink

c++

I finally finished my first C++ console application. (Except hello world) I made it using Eclipse IDE. It’s an encryption program which let’s you encrypt or decrypt text using the simple caesar cypher. You can get the source code here: cryptCC.cpp.tar Here is the executable for Linux: cryptCC.tar Use at your own risk! At the [...]

[Read more]

    About me

    My name is Andreas, or short Andy. I consider myself a typical computer geek. I am also interested in other things like astronomy and graphic design.

  • StackOverflow

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Switch to our mobile site