Encryption with symmetric-key algorithm Kirmah
Go to file
2013-05-06 04:19:14 +02:00
kirmah v2.17 FIXE multi-thread crash on cli launching with gui 2013-05-06 04:16:30 +02:00
psr removing decorate.py replace by log.py 2013-05-06 04:19:14 +02:00
resources v2.17 FIXE multi-thread crash on cli launching with gui 2013-05-06 04:16:30 +02:00
CHANGELOG v2.17 FIXE multi-thread crash on cli launching with gui 2013-05-06 04:16:30 +02:00
kirmah-cli.py v2.17 FIXE multi-thread crash on cli launching with gui 2013-05-06 04:16:30 +02:00
kirmah.py v2.17 FIXE multi-thread crash on cli launching with gui 2013-05-06 04:16:30 +02:00
README v2.17 FIXE multi-thread crash on cli launching with gui 2013-05-06 04:16:30 +02:00
setup.py v2.17 FIXE multi-thread crash on cli launching with gui 2013-05-06 04:16:30 +02:00

Kirmah 2.17 (2013-05-06)
=========================
    
Install on Archlinux
-------------------------
sudo pacman -U http://sourceforge.net/projects/kirmah/files/packages/archlinux/kirmah-2.17-1-any.pkg.tar.xz/download


(re)build instruction
-------------------------
mkdir /tmp/kirmah; cd /tmp/kirmah;
wget http://sourceforge.net/projects/kirmah/files/packages/archlinux/PKGBUILD/download
mv download PKGBUILD
wget http://sourceforge.net/projects/kirmah/files/packages/archlinux/kirmah.install/download
mv download kirmah.install
makepkg -s;


Install on other distrib
-------------------------
install pkg depends (look at archlinux PKGBUILD file wich provide usefull informations)

simply untar archive, then launch :
$ python ./kirmah/kirmah.py 
$ python ./kirmah/kirmah-cli.py

you can also use python2 disutils and setup.py