diff options
author | will <will@FreeBSD.org> | 2002-06-23 15:50:21 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-06-23 15:50:21 +0800 |
commit | c77669bed8909e218e707dfd646e307b34c7a3a9 (patch) | |
tree | 1bb3db98843f0c90de0a57177a3bea9f21e4ebf5 /security/poc/pkg-descr | |
parent | ef2c3790ae682d533d3c9cd2f1759f85dc872c9c (diff) | |
download | freebsd-ports-gnome-c77669bed8909e218e707dfd646e307b34c7a3a9.tar.gz freebsd-ports-gnome-c77669bed8909e218e707dfd646e307b34c7a3a9.tar.zst freebsd-ports-gnome-c77669bed8909e218e707dfd646e307b34c7a3a9.zip |
Add poc 1.2, a program for managing passwords on smartcards.
PR: 39168
Submitted by: king@v2project.com
Diffstat (limited to 'security/poc/pkg-descr')
-rw-r--r-- | security/poc/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/security/poc/pkg-descr b/security/poc/pkg-descr new file mode 100644 index 000000000000..3e2e540e2c76 --- /dev/null +++ b/security/poc/pkg-descr @@ -0,0 +1,15 @@ +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 |