Alessio Caiazza is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

nolith / PortableNotary http://abisso.org/projects/portablenotary/

PortableNotary permits you to verify pdf signature. It's OS independent and can be used from command line.

Clone this repository (size: 187.9 KB): HTTPS / SSH
hg clone https://bitbucket.org/nolith/portablenotary
hg clone ssh://hg@bitbucket.org/nolith/portablenotary

PortableNotary / INSTALL

Branch
sviluppo
1
2
3
4
5
6
7
8
Before starting remember to downaload dependencies libs

        ant download_deps 
        
This code uses java6 System.console class
to compile with java5 use

        ant -Djava6=false