aes
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 67
jsaes 0.1
jsaes is a compact javascript implementation of the AES block cipher. more>>
jsaes is a compact javascript implementation of the AES block cipher. Key lengths of 128, 192 and 256 bits are supported.
Example:
The following code example enciphers the plaintext block 00 11 22 .. EE FF with the 256 bit key 00 01 02 .. 1E 1F.
AES_Init();
var block = new Array(16);
for(var i = 0; i < 16; i++)
block[i] = 0x11 * i;
var key = new Array(32);
for(var i = 0; i < 32; i++)
key[i] = i;
AES_ExpandKey(key);
AES_Encrypt(block, key);
AES_Done();
<<lessExample:
The following code example enciphers the plaintext block 00 11 22 .. EE FF with the 256 bit key 00 01 02 .. 1E 1F.
AES_Init();
var block = new Array(16);
for(var i = 0; i < 16; i++)
block[i] = 0x11 * i;
var key = new Array(32);
for(var i = 0; i < 32; i++)
key[i] = i;
AES_ExpandKey(key);
AES_Encrypt(block, key);
AES_Done();
Download (0.003MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
1114 downloads
aeswepd 0.4
aeswepd is UNIX daemon for changing WEP keys of WLAN devices in constant intervals. more>>
aeswepd is UNIX daemon for changing WEP keys of WLAN devices in constant intervals. The WEP keys are calculated by encrypting the current UNIX time using the AES cypher with a given constant key. aeswepd strengthens the security of the weak hardware based, standards compliant WEP technology.
aeswepd may use up to three hardware WEP keys: the first is set to the current, the second to the previous and the third to the next key. This is useful when working with not completely synchronized RTCs. If only a single hardware WEP key is used, you have to synchronize your RTCs so that no connectivity interrupts may occur.
aeswepd has several advantages over other solutions to improve WEP: it is easy to use, doesnt involve computing intensive algorithms, doesnt increase traffic latency. On the other hand it has several disadvantages as well: it requires an installation of aeswepd on all network members, it is not standardized, currently only APs which run a flavour of Linux may be used with it.
<<lessaeswepd may use up to three hardware WEP keys: the first is set to the current, the second to the previous and the third to the next key. This is useful when working with not completely synchronized RTCs. If only a single hardware WEP key is used, you have to synchronize your RTCs so that no connectivity interrupts may occur.
aeswepd has several advantages over other solutions to improve WEP: it is easy to use, doesnt involve computing intensive algorithms, doesnt increase traffic latency. On the other hand it has several disadvantages as well: it requires an installation of aeswepd on all network members, it is not standardized, currently only APs which run a flavour of Linux may be used with it.
Download (0.10MB)
Added: 2006-05-17 License: GPL (GNU General Public License) Price:
1257 downloads
yaSSL 1.6.8
yaSSL is an SSL Library for programmers building security functionality into their applications and devices. more>>
yaSSL is an SSL Library for programmers building security functionality into their applications and devices.
yaSSL has a dual licensing model, like MySQL, so it is available under GPL and commercial licenses. Support and consulting are also available for yaSSL.
Main features:
- SSL version 3 and TLS version 1 (client and server)
- OpenSSL compatibility layer
- MySQL integration
- Initial stunnel integration
- MD2, MD5, SHA-1, RIPEMD, HMAC, DES, 3DES, AES, ARC4, TWOFISH, BLOWFISH, RSA, DSS, DH, and PKCS#5 PBKDF2
- Simple API
- Interchangeable crypto and certificate libraries
- PEM and DER certificate support
- Very fast
- Multiple OS support: Win32, Linux, Solaris, FreeBSD, NetBSD, OpenBSD, and Mac OS X
Enhancements:
- This release of contains bugfixes and adds SHA-256, SHA-512, SHA-224, and SHA-384.
<<lessyaSSL has a dual licensing model, like MySQL, so it is available under GPL and commercial licenses. Support and consulting are also available for yaSSL.
Main features:
- SSL version 3 and TLS version 1 (client and server)
- OpenSSL compatibility layer
- MySQL integration
- Initial stunnel integration
- MD2, MD5, SHA-1, RIPEMD, HMAC, DES, 3DES, AES, ARC4, TWOFISH, BLOWFISH, RSA, DSS, DH, and PKCS#5 PBKDF2
- Simple API
- Interchangeable crypto and certificate libraries
- PEM and DER certificate support
- Very fast
- Multiple OS support: Win32, Linux, Solaris, FreeBSD, NetBSD, OpenBSD, and Mac OS X
Enhancements:
- This release of contains bugfixes and adds SHA-256, SHA-512, SHA-224, and SHA-384.
Download (0.51MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
920 downloads
OpenSSH 5.1
OpenSSH is a FREE version of the SSH connectivity tools more>> OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks. Additionally, OpenSSH provides secure tunneling capabilities and several authentication methods, and supports all SSH protocol versions.
The OpenSSH suite replaces rlogin and telnet with the ssh program, rcp with scp, and ftp with sftp. Also included is sshd (the server side of the package), and the other utilities like ssh-add, ssh-agent, ssh-keysign, ssh-keyscan, ssh-keygen and sftp-server.
features:
Open Source Project
Free Licensing
Strong Encryption (3DES, Blowfish, AES, Arcfour)
X11 Forwarding (encrypt X Window System traffic)
Port Forwarding (encrypted channels for legacy protocols)
Strong Authentication (Public Key, One-Time Password and Kerberos Authentication)
Agent Forwarding (Single-Sign-On)
Interoperability (Compliance with SSH 1.3, 1.5, and 2.0 protocol Standards)
SFTP client and server support in both SSH1 and SSH2 protocols.
Kerberos and AFS Ticket Passing
Data Compression
OpenSSH is developed by the OpenBSD Project. The software is developed in countries that permit cryptography export and is freely useable and re-useable by everyone under a BSD license. However, development has costs, so if you find OpenSSH useful (particularly if you use it in a commercial system that is distributed) please consider donating to help fund the project.
OpenSSH is developed by two teams. One team does strictly OpenBSD-based development, aiming to produce code that is as clean, simple, and secure as possible. We believe that simplicity without the portability "goop" allows for better code quality control and easier review. The other team then takes the clean version and mak<<less
Download (428KB)
Added: 2009-04-29 License: Freeware Price: Free
279 downloads
Other version of OpenSSH
License:BSD License
Themus 0.1.5
Themus is a collection of theme utilities for GNOME. more>>
Themus is a collection of theme utilities for GNOME 2.2.
Main features:
- Being able to navigate in Nautilus to themes:/// to view your installed themes.
- Thumbnails for themes in Nautilus.
- A tab in the Nautilus properties for themes.
- Drag and drop support for themes; if you drag a theme into the Nautilus window, it will be installed; if you drag a theme out of the window, the theme file will be saved (though not an entire theme archive).
<<lessMain features:
- Being able to navigate in Nautilus to themes:/// to view your installed themes.
- Thumbnails for themes in Nautilus.
- A tab in the Nautilus properties for themes.
- Drag and drop support for themes; if you drag a theme into the Nautilus window, it will be installed; if you drag a theme out of the window, the theme file will be saved (though not an entire theme archive).
Download (0.35MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1642 downloads
CyaSSL 0.8.5
CyaSSL package is a fast, dual-licensed implementation of SSL for embedded and small footprint devices. more>>
CyaSSL package is a fast, dual-licensed implementation of SSL for embedded and small footprint devices. It includes SSL client libraries and an SSL server implementation.
CyaSSL supports multiple APIs including an OpenSSL compatibility interface. TLS 1.1 is supported along with cipher suites for AES, 3DES, and RC4.
Installation:
To build on Linux, Solaris, *BSD, Mac OS X, or Cygwin:
./configure
make
from the ./testsuite/ directory run ./testsuite
to make a debug build:
./configure --enable-debug --disable-shared
make
Enhancements:
- This release adds increased error string support, better closed connection dectection, and OpenSSL type DES functionality.
<<lessCyaSSL supports multiple APIs including an OpenSSL compatibility interface. TLS 1.1 is supported along with cipher suites for AES, 3DES, and RC4.
Installation:
To build on Linux, Solaris, *BSD, Mac OS X, or Cygwin:
./configure
make
from the ./testsuite/ directory run ./testsuite
to make a debug build:
./configure --enable-debug --disable-shared
make
Enhancements:
- This release adds increased error string support, better closed connection dectection, and OpenSSL type DES functionality.
Download (0.57MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
840 downloads
EasyCrypt 0.2
EasyCrypt is a small Python program that encrypts or dercypts files using AES encryption standard. more>>
EasyCrypt is a small Python program that encrypts or dercypts files using AES encryption standard.
The program is still in early development. It can be used to easily encrypt your files on the go with pretty good security. It works or all systems that support Python. (Windows, Unix, MacOS, ...).
The program uses PyCrypto (link here) library to encrypt/decrypt the file. (Pyhton doesnt have yet an official implementation of the AES algorythm). Since the sourceforge doesnt have any downloadable package, I included in the cvs tree the version of the library used in the program.
Usage (example):
> pycrypt --encrypt TestFile.jpg TestFile.jpg_enc mypassword
(An encrypted file has been created)
> pycrypt --decrypt TestFile.jpg_enc DecryptedFile.jpg mypassword
(The original file is recovered)
<<lessThe program is still in early development. It can be used to easily encrypt your files on the go with pretty good security. It works or all systems that support Python. (Windows, Unix, MacOS, ...).
The program uses PyCrypto (link here) library to encrypt/decrypt the file. (Pyhton doesnt have yet an official implementation of the AES algorythm). Since the sourceforge doesnt have any downloadable package, I included in the cvs tree the version of the library used in the program.
Usage (example):
> pycrypt --encrypt TestFile.jpg TestFile.jpg_enc mypassword
(An encrypted file has been created)
> pycrypt --decrypt TestFile.jpg_enc DecryptedFile.jpg mypassword
(The original file is recovered)
Download (MB)
Added: 2007-06-23 License: Free To Use But Restricted Price:
907 downloads
Portable OpenSSH 4.6p1
OpenSSH is a FREE version of the SSH protocol suite. more>>
Portable OpenSSH is a Unix/Linux port of OpenBSDs excellent OpenSSH, a full implementation of the SSH1 and SSH2 protocols. Portable OpenSSH includes sftp client and server support.
OpenSSH is a FREE version of the SSH protocol suite of network connectivity tools that increasing numbers of people on the Internet are coming to rely on. Many users of telnet, rlogin, ftp, and other such programs might not realize that their password is transmitted across the Internet unencrypted, but it is.
OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other network-level attacks. Additionally, OpenSSH provides a myriad of secure tunneling capabilities, as well as a variety of authentication methods.
The OpenSSH suite includes the ssh program which replaces rlogin and telnet, scp which replaces rcp, and sftp which replaces ftp. Also included is sshd which is the server side of the package, and the other basic utilities like ssh-add, ssh-agent, ssh-keysign, ssh-keyscan, ssh-keygen and sftp-server. OpenSSH supports SSH protocol versions 1.3, 1.5, and 2.0.
Main features:
- Open Source Project
- Free Licensing
- Strong Encryption (3DES, Blowfish, AES, Arcfour)
- X11 Forwarding (encrypt X Window System traffic)
- Port Forwarding (encrypted channels for legacy protocols)
- Strong Authentication (Public Key, One-Time Password and Kerberos Authentication)
- Agent Forwarding (Single-Sign-On)
- Interoperability (Compliance with SSH 1.3, 1.5, and 2.0 protocol Standards)
- SFTP client and server support in both SSH1 and SSH2 protocols.
- Kerberos and AFS Ticket Passing
- Data Compression
<<lessOpenSSH is a FREE version of the SSH protocol suite of network connectivity tools that increasing numbers of people on the Internet are coming to rely on. Many users of telnet, rlogin, ftp, and other such programs might not realize that their password is transmitted across the Internet unencrypted, but it is.
OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other network-level attacks. Additionally, OpenSSH provides a myriad of secure tunneling capabilities, as well as a variety of authentication methods.
The OpenSSH suite includes the ssh program which replaces rlogin and telnet, scp which replaces rcp, and sftp which replaces ftp. Also included is sshd which is the server side of the package, and the other basic utilities like ssh-add, ssh-agent, ssh-keysign, ssh-keyscan, ssh-keygen and sftp-server. OpenSSH supports SSH protocol versions 1.3, 1.5, and 2.0.
Main features:
- Open Source Project
- Free Licensing
- Strong Encryption (3DES, Blowfish, AES, Arcfour)
- X11 Forwarding (encrypt X Window System traffic)
- Port Forwarding (encrypted channels for legacy protocols)
- Strong Authentication (Public Key, One-Time Password and Kerberos Authentication)
- Agent Forwarding (Single-Sign-On)
- Interoperability (Compliance with SSH 1.3, 1.5, and 2.0 protocol Standards)
- SFTP client and server support in both SSH1 and SSH2 protocols.
- Kerberos and AFS Ticket Passing
- Data Compression
Download (0.89MB)
Added: 2007-03-10 License: GPL (GNU General Public License) Price:
611 downloads
MaraDNS 1.0.35
MaraDNS is a fully functional DNS server. more>>
MaraDNS is a package that implements the Domain Name Service (DNS), an essential internet service.
MaraDNS is intended for environments where a DNS server must be secure and where the server must use the absolute minimum number of resources possible.
MaraDNS was created in response to issues people had with the DNS servers available in early 2001; and has the following design goals:
- Security-aware programming. A DNS server needs to be secure. I have a number of security features in the code, including:
1. The code uses a special string library which is resistant to buffer overflows.
2. The code, if started as root, mandates running as an unprivledged user in a chroot() jail.
- Open-Source. The 1.0 release of the DNS server is public-domain code; the next release will be released under a very liberal BSD-style license.
- Simplicity. This DNS server has the minimum number of features needed to correctly act as an authoritative and/or recursive name server.
Enhancements:
- The AES variant that MaraDNS uses has been hardened against some cache timing attacks that cryptographers have recently published.
<<lessMaraDNS is intended for environments where a DNS server must be secure and where the server must use the absolute minimum number of resources possible.
MaraDNS was created in response to issues people had with the DNS servers available in early 2001; and has the following design goals:
- Security-aware programming. A DNS server needs to be secure. I have a number of security features in the code, including:
1. The code uses a special string library which is resistant to buffer overflows.
2. The code, if started as root, mandates running as an unprivledged user in a chroot() jail.
- Open-Source. The 1.0 release of the DNS server is public-domain code; the next release will be released under a very liberal BSD-style license.
- Simplicity. This DNS server has the minimum number of features needed to correctly act as an authoritative and/or recursive name server.
Enhancements:
- The AES variant that MaraDNS uses has been hardened against some cache timing attacks that cryptographers have recently published.
Download (0.47MB)
Added: 2005-11-29 License: BSD License Price:
1426 downloads
KeepassX 0.2.2
KeepassX is a linux port of the windows application more>>
Keepass/L project is a linux port of the windows application "Keepass Password Safe".
It is a free/open-source password manager or safe which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key-disk.
So you only have to remember one single master password or insert the key-disk to unlock the whole database.
The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish).
Installation:
Make sure that the QT directory is in PATH.
1. `cd to the directory containing the packages source code and type `qmake to configure the package for your system.
2. Type `make to compile the package.
3. Type `make install to install the programs and any data files and documentation.
Enhancements:
- fixed crash when parsing config file under Win32
- fixed loss of entry icons when saving a database which was not created with KeePassX (no KPX_CUSTOM_ICONS metastream)
- introduces new metastream format for custom icons
- removed all old Qt3 support dependecies
- QtNetwork and QtSql are not longer requiered (when using Qt 4.1.3 or later)
- implemented correct UUID management for entries
- added delay of 0.3s before performing auto-type
- metastreams now get valid group IDs (KeePass/Win compatibility)
- fixed drawing errors when performing drag and drop operations in group view
- when there is no translation installed for the systems country preference but one for the same language the program will use it now
- when canceling the file dialog for the opening of an existing database a already openend database will not longer be closed
- same for the creation of a new database
- alpha blending for banner icons
- new standard banner icon
- MacOS packages: all Qt libraries are now included in the application bundle (extra installation is not longer necessary)
<<lessIt is a free/open-source password manager or safe which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key-disk.
So you only have to remember one single master password or insert the key-disk to unlock the whole database.
The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish).
Installation:
Make sure that the QT directory is in PATH.
1. `cd to the directory containing the packages source code and type `qmake to configure the package for your system.
2. Type `make to compile the package.
3. Type `make install to install the programs and any data files and documentation.
Enhancements:
- fixed crash when parsing config file under Win32
- fixed loss of entry icons when saving a database which was not created with KeePassX (no KPX_CUSTOM_ICONS metastream)
- introduces new metastream format for custom icons
- removed all old Qt3 support dependecies
- QtNetwork and QtSql are not longer requiered (when using Qt 4.1.3 or later)
- implemented correct UUID management for entries
- added delay of 0.3s before performing auto-type
- metastreams now get valid group IDs (KeePass/Win compatibility)
- fixed drawing errors when performing drag and drop operations in group view
- when there is no translation installed for the systems country preference but one for the same language the program will use it now
- when canceling the file dialog for the opening of an existing database a already openend database will not longer be closed
- same for the creation of a new database
- alpha blending for banner icons
- new standard banner icon
- MacOS packages: all Qt libraries are now included in the application bundle (extra installation is not longer necessary)
Download (6.0MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1324 downloads
Net-SNMP 5.4.1
Net-SNMP provides tools and libraries relating to the Simple Network Management Protocol. more>>
Net-SNMP project provides tools and libraries relating to the Simple Network Management Protocol.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up
reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Whats New in This Release:
snmplib:
- [BUG 1619827]: link libraries against needed external libraries
- [PATCH 1616912]: fix memory leak in UDP transport code
- [PATCH 1592706]: fix memory leak when cloning varbinds
- Change snmp_sess_add_ex to consistently close and delete the
transport argument on failure, earlier the liveness of the
transport argument was undecided.
snmpd:
- [BUG 1558823]: fix ipAddressTable memory leak
- [BUG 1596638]: fix memory leak in ipCidrRouteTable, inetCidrRouteTable
- [BUG 1611524]: fix tcp connection table file descriptor leak
- handle row deletion issues in dataset tables
- [BUG 1712988]: default and configurable maximum number of
varbinds returnable to a GETBULK request.
- [PATCH 1666737]: include ipv6 counts in
udpInDatagrams, udpNoPorts, udpInErrors, udpOutDatagrams
- [PATCH 1700157]: fixes ordering of exec tokens in the resulting mib tree
- [PATCH 1719253]: fix skipNFSInHostResources so it does not break on the
second walk of the table.
perl:
- link Perl modules against the exact set of libraries needed
- [BUG 1619827]: properly link against libperl when configured with
--enable-as-needed
- [PATCH 1725049]: fix bulkwalk in cases of non-repeater
build:
- update to libtool 1.5.24 (from 1.5.22)
python:
- [PATCH 1716114]: Let python build in the Net-SNMP source tree
MacOSX:
- [PATCH 1600522]: CPU Hardware Abstraction Layer (HAL)
implementation for mach/darwin
- IF-MIB rewrite now enabled by default
Win32:
- fix AES support
- [PATCH 1706344]: fix compilation with cygwin
IRIX:
- [PATCH 1709748]: Optimized IRIX cpu stats
AIX:
- Fix default shared library building instead of forcing static use
FreeBSD:
- [BUG 1633483]: Support CPU HAL on FreeBSD4.x
<<lessInstallation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up
reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Whats New in This Release:
snmplib:
- [BUG 1619827]: link libraries against needed external libraries
- [PATCH 1616912]: fix memory leak in UDP transport code
- [PATCH 1592706]: fix memory leak when cloning varbinds
- Change snmp_sess_add_ex to consistently close and delete the
transport argument on failure, earlier the liveness of the
transport argument was undecided.
snmpd:
- [BUG 1558823]: fix ipAddressTable memory leak
- [BUG 1596638]: fix memory leak in ipCidrRouteTable, inetCidrRouteTable
- [BUG 1611524]: fix tcp connection table file descriptor leak
- handle row deletion issues in dataset tables
- [BUG 1712988]: default and configurable maximum number of
varbinds returnable to a GETBULK request.
- [PATCH 1666737]: include ipv6 counts in
udpInDatagrams, udpNoPorts, udpInErrors, udpOutDatagrams
- [PATCH 1700157]: fixes ordering of exec tokens in the resulting mib tree
- [PATCH 1719253]: fix skipNFSInHostResources so it does not break on the
second walk of the table.
perl:
- link Perl modules against the exact set of libraries needed
- [BUG 1619827]: properly link against libperl when configured with
--enable-as-needed
- [PATCH 1725049]: fix bulkwalk in cases of non-repeater
build:
- update to libtool 1.5.24 (from 1.5.22)
python:
- [PATCH 1716114]: Let python build in the Net-SNMP source tree
MacOSX:
- [PATCH 1600522]: CPU Hardware Abstraction Layer (HAL)
implementation for mach/darwin
- IF-MIB rewrite now enabled by default
Win32:
- fix AES support
- [PATCH 1706344]: fix compilation with cygwin
IRIX:
- [PATCH 1709748]: Optimized IRIX cpu stats
AIX:
- Fix default shared library building instead of forcing static use
FreeBSD:
- [BUG 1633483]: Support CPU HAL on FreeBSD4.x
Download (3.81MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
849 downloads
MatrixSSL 1.8.3
MatrixSSL provides an embedded SSL implementation for small footprint devices. more>>
MatrixSSL provides an embedded SSL implementation for small footprint devices.
PeerSec MatrixSSL is an embedded SSL implementation designed for small footprint devices and applications requiring low overhead per connection. The library is less than 50K on disk with cipher suites.
It includes SSL client and SSL server support, session resumption, and implementations of RSA, 3DES, ARC4, SHA1, and MD5.
The source is well documented and contains portability layers for additional operating systems, cipher suites, and cryptography providers.
Main features:
- < 50KB total footprint with crypto provider
- SSLv3 and TLS server and client support
- Included crypto library - RSA, AES, 3DES, ARC4, SHA1, MD5
- Cipher Suites - RC4-MD5, RC4-SHA, DES-CBC3-SHA, AES128-SHA, AES256-SHA
- RSA public and private key generation
- X.509 certificate generation and signing
- Full support for fast session resumption/caching
- X.509 server and client certificate authentication
- Tight, heavily commented code in portable C
- User and developer documentation
<<lessPeerSec MatrixSSL is an embedded SSL implementation designed for small footprint devices and applications requiring low overhead per connection. The library is less than 50K on disk with cipher suites.
It includes SSL client and SSL server support, session resumption, and implementations of RSA, 3DES, ARC4, SHA1, and MD5.
The source is well documented and contains portability layers for additional operating systems, cipher suites, and cryptography providers.
Main features:
- < 50KB total footprint with crypto provider
- SSLv3 and TLS server and client support
- Included crypto library - RSA, AES, 3DES, ARC4, SHA1, MD5
- Cipher Suites - RC4-MD5, RC4-SHA, DES-CBC3-SHA, AES128-SHA, AES256-SHA
- RSA public and private key generation
- X.509 certificate generation and signing
- Full support for fast session resumption/caching
- X.509 server and client certificate authentication
- Tight, heavily commented code in portable C
- User and developer documentation
Download (0.40MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
977 downloads
Radiant Data PeerFS 3.0.2
Radiant Data PeerFS is a peer to peer distributed replicating filesystem. more>>
Radiant Data PeerFS is real-time peer-to-peer distributed replicating file system featuring global file and sectional locks. All read operations are performed locally, and only file changes are transmitted across the network.
It supports databases such as MySQL, as well as images and documents. All nodes are active/active, allowing for load balancing. Clients can also be hot switched between nodes, eliminating downtime. It also supports AES encryption for use across the Internet.
Supported Kernels:
RedHat Enterprise/Advanced Server 3
* 2.4.21-15.EL
* 2.4.21-15.ELsmp
* 2.4.21-20.EL
* 2.4.21-20.ELsmp
* 2.4.21-20.0.1.EL
* 2.4.21-20.0.1.ELsmp
* 2.4.21-27.0.2.EL
* 2.4.21-27.0.2.ELsmp
* 2.4.21-4.EL
* 2.4.21-4.ELsmp
SuSE Standard/Enterprise Server 8
* 2.4.19-4GB
* 2.4.19-64GB-SMP
* 2.4.21-241-default
* 2.4.21-241-smp
* 2.4.21-261-default
* 2.4.21-261-smp
SuSE Enterprise Server 9
* 2.6.5-7.97-default
* 2.6.5-7.97-smp
Debian Stable (woody)
* Kernels from backports.org: 2.4.27-2-386
* 2.4.27-2-686
* 2.4.27-2-686-smp
Debian Testing (sarge)
* 2.4.27-2-386
* 2.4.27-2-686
* 2.4.27-2-686-smp
* 2.6.8-2-386
* 2.6.8-2-686
* 2.6.8-2-686-smp
Trustix 2.2 (Sunchild)
* 2.4.29-2tr
* 2.4.29-2trsmp
<<lessIt supports databases such as MySQL, as well as images and documents. All nodes are active/active, allowing for load balancing. Clients can also be hot switched between nodes, eliminating downtime. It also supports AES encryption for use across the Internet.
Supported Kernels:
RedHat Enterprise/Advanced Server 3
* 2.4.21-15.EL
* 2.4.21-15.ELsmp
* 2.4.21-20.EL
* 2.4.21-20.ELsmp
* 2.4.21-20.0.1.EL
* 2.4.21-20.0.1.ELsmp
* 2.4.21-27.0.2.EL
* 2.4.21-27.0.2.ELsmp
* 2.4.21-4.EL
* 2.4.21-4.ELsmp
SuSE Standard/Enterprise Server 8
* 2.4.19-4GB
* 2.4.19-64GB-SMP
* 2.4.21-241-default
* 2.4.21-241-smp
* 2.4.21-261-default
* 2.4.21-261-smp
SuSE Enterprise Server 9
* 2.6.5-7.97-default
* 2.6.5-7.97-smp
Debian Stable (woody)
* Kernels from backports.org: 2.4.27-2-386
* 2.4.27-2-686
* 2.4.27-2-686-smp
Debian Testing (sarge)
* 2.4.27-2-386
* 2.4.27-2-686
* 2.4.27-2-686-smp
* 2.6.8-2-386
* 2.6.8-2-686
* 2.6.8-2-686-smp
Trustix 2.2 (Sunchild)
* 2.4.29-2tr
* 2.4.29-2trsmp
Download (2.9MB)
Added: 2005-04-08 License: Other/Proprietary License Price:
1667 downloads
Walkietalkie 2.7
Walkietalkie is a program which allows full duplex voice communications over the internet. more>>
Walkietalkie is a program which allows full duplex voice communications over the internet. All both parties need is a PC or Mac and a microphone.
Walkietalkie is free to use and distribute. It just streams audio between points on the internet, there are no servers, so it cant be regulated or taken away.
Enhancements:
- AES encryption was added.
- A username can be use to make calls instead of an IP address.
- wt-locator server was added for locating users by name and working around firewall/router NAT.
- Something vaguely resembling a user guide was written.
<<lessWalkietalkie is free to use and distribute. It just streams audio between points on the internet, there are no servers, so it cant be regulated or taken away.
Enhancements:
- AES encryption was added.
- A username can be use to make calls instead of an IP address.
- wt-locator server was added for locating users by name and working around firewall/router NAT.
- Something vaguely resembling a user guide was written.
Download (0.35MB)
Added: 2007-01-12 License: Freeware Price:
1080 downloads
Gnome-Sshman 0.5.2
Gnome-sshman is an ssh session manager for Gnome. more>>
Gnome-sshman is an ssh session manager for Gnome.
Gnome-sshman is easy and fast to use and is useful for system administrators that need to connect to many SSH servers.
Gnome-sshman saves ssh sessions and allows you to open a saved session with selecting the saved session in a extensible menu. Also, is capable to save all your ssh passwords encrypted with AES in their keyring to open later with an unique passphrase.
Gnome-sshman has a new ssh terminal builded with vte and has tabs support (a ssh session for tab), a fast access new session menu, etc.
As graphical scp session substitute, you can use nautilus to open sftp sessions.
Is programmed with pygtk and glade (Im learning pygtk+glade making this program:).
<<lessGnome-sshman is easy and fast to use and is useful for system administrators that need to connect to many SSH servers.
Gnome-sshman saves ssh sessions and allows you to open a saved session with selecting the saved session in a extensible menu. Also, is capable to save all your ssh passwords encrypted with AES in their keyring to open later with an unique passphrase.
Gnome-sshman has a new ssh terminal builded with vte and has tabs support (a ssh session for tab), a fast access new session menu, etc.
As graphical scp session substitute, you can use nautilus to open sftp sessions.
Is programmed with pygtk and glade (Im learning pygtk+glade making this program:).
Download (0.049MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
1425 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above aes search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed