Skip to content

Encryption with symmetric-key algorithm Kirmah

Notifications You must be signed in to change notification settings

pluie-org/kirmah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kirmah 2.18 (2013-05-15)
=========================

Install on Archlinux
-------------------------
sudo pacman -U http://sourceforge.net/projects/kirmah/files/kirmah-2.18/packages/archlinux/kirmah-2.18-1-any.pkg.tar.xz/download

(re)build instruction
-------------------------
mkdir /tmp/kirmah; cd /tmp/kirmah;
wget http://sourceforge.net/projects/kirmah/files/kirmah-2.18/packages/archlinux/PKGBUILD/download
mv download PKGBUILD
wget http://sourceforge.net/projects/kirmah/files/kirmah-2.18/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 :
$ python3 ./kirmah/kirmah.py
$ python3 ./kirmah/kirmah-cli.py

you can also use python disutils and setup.py

Releases

No releases published

Packages

No packages published