diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-23 07:50:21 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-23 07:50:21 +0000 |
commit | 59e9906d68d33bb83a6368e48fa84e88e6384abe (patch) | |
tree | e083c5663d77915415705235b5d29dd647b9bab7 /security/poc/pkg-descr | |
parent | Add towitoko 2.0.6, an UNIX driver for Towitoko smartcard readers. (diff) |
Add poc 1.2, a program for managing passwords on smartcards.
PR: 39168
Submitted by: king@v2project.com
Notes
Notes:
svn path=/head/; revision=61791
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 |