Projects tagged ‘c’ and ‘cryptography’


[24 total ]

12 Users
   

Aircrack-ng is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations ... [More] like KoreK attacks, thus making the attack much faster compared to other WEP cracking tools. In fact aircrack is a set of tools for auditing wireless networks. [Less]
Created over 3 years ago.

6 Users

Python wrapper around a small subset of the OpenSSL library. Includes: X509 Certificates, SSL Context objects, SSL Connection objects using Python sockets as transport layer.
Created about 1 year ago.

1 Users
 

µAnytun is a tiny implementation of SATP. Unlike Anytun which is a full featured mplementation µAnytun has no support for multiple connections or synchronisation. It is a small single threaded ... [More] implementation intended to act as a client on small platforms. [Less]
Created 11 months ago.

1 Users

eurephia is an authentication plug-in for OpenVPN. It enhances the authentication process by adding user name and password in addition to SSL certificates. Other features: Blacklisting after too many ... [More] attempts and iptables (on Linux).More info on web page [Less]
Created 12 months ago.

1 Users

SHACrypt is a small application that allows you to encrypt your files securely using cryptographic hash functions as a cipher.
Created about 1 month ago.

1 Users

.. fill in some info ..
Created about 10 hours ago.

0 Users

EncryptedNotepad is a simple text editor in .NET for Windows and Windows Mobile with built-in encryption. The Windows version uses AES and RSA encryption. The Windows mobile version uses only AES (as of now).
Created 12 months ago.

0 Users

Common Crypto bindings for Python (pycommoncrypto) provides a wrapper to Mac OS X's CommonCrypto digest library functions (CC_MD5_Init, CC_MD5_Update, CC_MD5_Final and friends). Hash functions ... [More] available: MD2 MD4 MD5 SHA1 SHA224 SHA256 SHA384 SHA512 To install pycommoncrypto into your Mac download the sources and extract the compressed tarball. The build process is straightforward as typing make and then make install. Testing the installation: $ python >>> import CC >>> ctx = CC.MD5_Init() >>> CC.MD5_Update(ctx, 'abc') >>> res = CC.MD5_Final(ctx) >>> print res ?P?>> print CC.digest2hex(res) 900150983cd24fb0d6963f7d28e17f72Either as simple as >>> print CC.md5('abc') 900150983cd24fb0d6963f7d28e17f72 [Less]
Created 12 months ago.

0 Users

A C++ framework for PKI operations on Windows operating systems
Created 4 months ago.

0 Users

TropicSSL is an unofficial fork of PolarSSL/XySSL, keeping the BSD-licensed code stream.
Created 12 days ago.