GNU POC is a program for managing passwords on smartcards Each password is stored together with a description on the card. All data on the card is stored encrypted so others won't be able to get your passwords by reading the card. POC encrypts using Blowfish or Rijndael (AES) with a 192 or 256 bit key (depending on the security level selected by the user). Other algorithms can be added easily POC needs a CT-API library. I use the one by Carlos Prados (http://www.geocities.com/cprados/) for TOWITOKO readers. for TOWITOKO readers WWW: http://www.gnu.org/software/poc/poc.html nk rel='vcs-git' href='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ocaml-react
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-4/+2
* - patch to make devel/ocaml-react work with ocamlfind [1]scheidell2012-01-083-0/+14
* - destdir check should only be done in install phaseeadler2012-01-032-1/+2
* React is an Ocaml module for functional reactive programming. It provideseadler2011-12-264-0/+55