Commit Graph

280 Commits

Author SHA1 Message Date
Ying-Chieh Liao
e633179c52 add p5-Crypt-DES_EDE3 0.01
Perl5 interface to a implementing 3-DES EDE encryption and decryption

PR:		35891
Submitted by:	jesper
2002-03-14 15:00:57 +00:00
Ying-Chieh Liao
c22e7f25dc add p5-Crypt-DH 0.03
Perl5 interface to a Diffie-Hellman key exchange system

PR:		35890
Submitted by:	jesper
2002-03-14 14:58:35 +00:00
Ying-Chieh Liao
13cf6fb6d1 add p5-Digest-BubbleBabble 0.0.1
Perl5 interface to a fingerprint in "bubble babble" format

PR:		35889
Submitted by:	jesper
2002-03-14 14:55:13 +00:00
Brian Feldman
99d2f05131 Add pam_alreadyloggedin 0.1,
This PAM module provides authorization based on a user already being currently logged in already.
2002-03-07 02:21:42 +00:00
Munechika SUMIKAWA
338b47199f fsh -- Fast remote command execution
The problem: logging in to a remote system with a cryptographic
solution such as lsh or ssh takes time, due to the computationally
expensive key exchanges that occur when the connection is
established. It is common to trigger a lot of remote logins while
using remote CVS, which makes it painfully slow compared to having the
repository locally.

The solution: reuse the secure tunnel once it has been
established. fsh is a drop-in rsh-compatible replacement for ssh that
automatically resuses ssh tunnels.

WWW: http://www.lysator.liu.se/fsh/
2002-02-21 17:40:58 +00:00
Akinori MUSHA
d6689b08c6 Add ruby-hmac, a Ruby library which implements the HMAC algorithm. 2002-02-20 06:24:20 +00:00
Mark Pulford
215ca0d946 Add mussh 0.4, a tool for easily running the same commands on multiple
hosts.

PR:		34217
Submitted by:	Yen-Ming Lee <leeym@leeym.com>
2002-02-17 09:21:47 +00:00
Akinori MUSHA
a7972c2b87 Add a missing entry: "krb5-beta". 2002-02-14 15:05:23 +00:00
Ying-Chieh Liao
3d883b3a88 add py-openssl 0.4.1
Python interface to the OpenSSL library
2002-02-11 14:54:44 +00:00
Ying-Chieh Liao
63b45c1017 add py-pow 0.6.1
Python OpenSSL Wrappers
2002-02-11 14:20:24 +00:00
Ying-Chieh Liao
fcb91f804e add py-mhash 1.0
Python mhash module
2002-02-10 19:29:58 +00:00
Ying-Chieh Liao
04e44e1a9e add py-twofish 0.7
Twofish cryptographic module for Python
2002-02-09 12:56:58 +00:00
Ying-Chieh Liao
156225ecf2 add ccrypt 1.2
A command-line utility for encrypting and decrypting files and streams
2002-02-07 01:13:35 +00:00
Pete Fritchman
90c577def2 Remove the p5-GPG port. It is no longer being maintained by it's author,
and there is a much better PGP Perl interface in security/p5-Crypt-OpenPGP.
2002-02-04 03:32:21 +00:00
Eivind Eklund
7348d040e1 safesh is an authentication manager for OpenSSH. By automatically creating
keys and starting ssh-agents, it makes it (fairly) convenient to use one key
for each host pair (authenticator and authenticatee), it avoids
authentication theft by the hosts you connect to with SSH.
2002-01-29 17:50:27 +00:00
Pete Fritchman
a59084b34b Add p5-Crypt-Solitaire 2.0, solitaire encryption.
PR:		33376
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-01-26 04:28:05 +00:00
Pete Fritchman
50c8478051 Add p5-Crypt-RC4 2.02, perl implementation of the RC4 encryption
algorithm.

PR:		33364
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-01-26 03:11:46 +00:00
Pete Fritchman
7b6c9b4ed1 Add p5-Crypt-OTP 1.03, perl implementation of the One Time Pad
(hence, OTP) encryption method.

PR:		33362
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-01-26 03:01:41 +00:00
Akinori MUSHA
cfc59d3e38 Add ruby-aes, a Ruby extension library which implements AES (Rijndael)
encryption.
2002-01-16 11:16:06 +00:00
Jean-Marc Zucconi
c485128e02 SubWeb is a (reverse) proxy to inspect HTTP flows on the fly
PR:		ports/33388
Submitted by:	Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
2002-01-01 00:05:56 +00:00
Maxim Sobolev
d15cb1b623 Add nss 3.3.1, a set of libraries to support development of
security-enabled applications.
2001-12-19 09:30:28 +00:00
Will Andrews
c8142fc4ed Add labrea 2.3, a defense mechanism against CodeRed.
PR:		31082
Submitted by:	nick@rogness.net
2001-12-19 08:22:45 +00:00
Mario Sergio Fujikawa Ferreira
fffae8bfc4 New port ssh-gui version 0.7.1: A front-end for ssh which can open
multiple xterms

Submitted by:	Hammurabi Mendes <hmendes_br@yahoo.com>
2001-12-16 14:11:03 +00:00
Ying-Chieh Liao
a35a06a154 add p5-Digest-HMAC
Perl5 interface to HMAC Message-Digest Algorithms

PR:		30997
Submitted by:	nork@cityfujisawa.ne.jp (Norikatsu Shigemura)
2001-12-11 08:58:11 +00:00
Ying-Chieh Liao
851e22c3e6 add nettle
A low-level cryptographic library
2001-12-06 09:02:25 +00:00
Mario Sergio Fujikawa Ferreira
1523411519 New port proxytunnel version 1.0.6: Connects stdin and stdout to
an origin server through an HTTPS proxy

Submitted by:	Hammurabi Mendes <hmendes_br@yahoo.com>
2001-12-05 22:03:17 +00:00
Akinori MUSHA
9f3d9d6080 Retire ruby-ssl, which has been integrated into ruby-openssl. 2001-11-20 15:10:19 +00:00
Ying-Chieh Liao
dd56201cc7 add fwlogwatch
A packet filter and firewall log analyzer
2001-11-20 07:02:41 +00:00
David E. O'Brien
74588482c4 Add tripwire12 (repocopied) -- the legacy version. 2001-11-15 04:03:43 +00:00
Akinori MUSHA
4e60494c67 Seems tripwire was repocopied to tripwire12, but seems no change or
removal has been made.  So add an entry for tripwire12 in a comment
for the moment so the MAINTAINER will not forget to change Makefile in
the future.
2001-11-07 06:19:32 +00:00
Jimmy Olgeni
efd9805614 I forgot to add the nessus-devel ports to the category Makefile.
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
2001-10-27 21:29:39 +00:00
Clive Lin
e1b6983dda New port: didentd
This is a new port for didentd, an RfC1423 (identd) server for FreeBSD and
Linux written with security and privacy in mind.
2001-10-20 14:31:56 +00:00
Akinori MUSHA
6092cf2d58 Add ruby-openssl, a Ruby module which wraps OpenSSL. 2001-10-20 11:50:24 +00:00
Anton Berezin
bf2ee8507b Add p5-Crypt-HCE_SHA 0.60, perl5 interface to one way hash chaining
block cipher.

PR:		31152
Submitted by:	Gregory Neil Shapiro <gshapiro@FreeBSD.org>
2001-10-10 01:02:07 +00:00
Mario Sergio Fujikawa Ferreira
7b32cc6cf9 New port altivore version 0.9.3: A publically disclosed (neither
GPL nor open-source) ala Carnivore src

PR:		31111
Submitted by:	Justin Stanford <jus@security.za.net>
Reviewed by:	des (licensing issues)
2001-10-09 21:18:24 +00:00
Anton Berezin
6ecd568c10 Add p5-Crypt-PassGen, a perl module to generate random passwords that
look like real words.
2001-10-07 15:57:10 +00:00
Pete Fritchman
5816797e9e Add sha-1.0.2, Simple file hash program utilizing SHA-1, SHA-256, SHA-384,
SHA-512

PR:		29907
Submitted by:	Allan Saddi <asaddi@philosophysw.com>
2001-10-04 03:39:58 +00:00
Akinori MUSHA
59358b9cf9 Sort entries. 2001-09-21 05:59:19 +00:00
Michael Haro
05cc4a8fd1 The Crypt::RIPEMD160 module allows you to use the
RIPEMD160 Message Digest algorithm from within Perl programs.
2001-09-12 02:33:49 +00:00
Michael Haro
c099a45fe4 Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP standard[1].
In addition to support for the standard itself, Crypt::OpenPGP claims
compatibility with many other PGP implementations, both those that
support the standard and those that preceded it.
2001-09-12 01:12:58 +00:00
Michael Haro
5d2bd16a1c Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key
cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast
PARI library, for big integer arithmetic and number theoretic computations.
2001-09-12 01:12:03 +00:00
Michael Haro
5bae66dd18 Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm)
signature verification system. The implementation itself is pure Perl,
although the heavy-duty mathematics underneath are provided by the
Math::Pari library.
2001-09-12 01:10:17 +00:00
Michael Haro
409354ab19 Provable Prime Number Generator suitable for Cryptographic Applications 2001-09-12 01:09:39 +00:00
Michael Haro
ab5036213c Tie::EncryptedHash augments Perl hash semantics to build secure, encrypting
containers of data.
2001-09-12 00:49:14 +00:00
Michael Haro
8ca909d45c Crypt::Random is an interface module to the /dev/random device found on most
modern Unix systems.
2001-09-12 00:45:21 +00:00
Akinori MUSHA
0a4f2d9b47 Add p5-Crypt-OpenSSL-RSA, a Perl5 module to RSA encode and decode
strings using OpenSSL.

PR:		ports/30106
Submitted by:	Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
2001-09-11 09:22:34 +00:00
Akinori MUSHA
543ac93058 Add p5-Crypt-OpenSSL-Random, a Perl5 interface to the OpenSSL
pseudo-random number generator.

PR:		ports/30107
Submitted by:	Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
2001-09-11 08:57:11 +00:00
Johann Visagie
db2d46a3ce Add keychain 1.2, a user-friendly front-end to ssh-agent(1). 2001-09-10 08:13:34 +00:00
Alexander Langer
5e47245ef9 saferpay is a command line tool for online payment.
At the moment it is
used in europe, mostly germany and switzerland.

Submitted by:	Martin Blapp <mb@imp.ch>
2001-09-06 22:39:15 +00:00
Akinori MUSHA
b265b683e7 Add yafix, Yet Another File Integrity Checker, similar to Tripwire.
It is simple, fast, and flexible.

PR:		ports/29908
Submitted by:	Allan Saddi <asaddi@philosophysw.com>
2001-09-03 18:30:56 +00:00