Projects tagged ‘cryptography’ and ‘rsa’


[20 total ]

58 Users
   

The keychain script makes handling RSA and DSA keys both convenient and secure. It acts as a front-end to ssh-agent, allowing you to easily have one long-running ssh-agent process per system, rather than per login session.
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 12 months ago.

5 Users

EJBCA is a fully functional Certificate Authority. Based on J2EE technology it constitutes a robust, high performance and component based CA. Both flexible and platform independent, EJBCA can be used ... [More] standalone or integrated in any J2EE application. EJBCA is an enterprise class PKI, meaning that you can use EJBCA to build a complete PKI infrastructure for your organisation. If you only want to issue a few single certificates for testing, there are probably options that will get you started quicker, but if you want a serious PKI we recommend EJBCA. [Less]
Created about 1 year ago.

5 Users

strongSwan is an OpenSource IPsec implementation for the Linux operating system. It is based on the discontinued FreeS/WAN project and the X.509 patch which we developed over the last three years. It ... [More] features IKEv1 and IKEv2 keying capabilities and targets Linux 2.6 native IPsec. [Less]
Created over 2 years ago.

5 Users
   

M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES); SSL functionality to implement clients and servers; HTTPS ... [More] extensions to Python's httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS server for Zope and ZSmime: An S/MIME messenger for Zope. [Less]
Created over 2 years ago.

5 Users

Crypto++ Library is a free C++ class library of cryptographic schemes. It includes classes for many cryptographic functions including DES, Triple DES, Blowfish, MD? and SHA*.
Created over 3 years ago.

1 Users

PolarSSL is a light-weight open-source cryptographic library for embedded systems. It provides standard crypto block: AES, Camellia, SHA-1, SHA-2, X.509, etc. as well as higher lever protocols: SSL ... [More] v3 and TLS v1. PolarSSL has been ported on a number of architectures, including ARM, PowerPC, MIPS, and Motorola 68000. Its already small memory footprint can be easily reduced to 50k for a basic SSL client or server, by modifying a single .h configuration file. PolarSSL is currently used in several open-source (GPL) and closed-source projects, such as Adobe's flash player. PolasSSL is the official fork of the former XySSL project by Christophe Devine. [Less]
Created 10 months ago.

1 Users

  cryptography algorithm library, includes typical code algorithm, asymmetic code algorithm, symmetric code alrorithm.   here, we use java programming language, so it can be test ... [More] any where. And the Eclipse IDE is recommend.   for developers, may you find valuble things during the development time, well you should have the basic mathematical conceptions like algibra, number theory, group thery and so on.   for users, may you have fun in this library ! [Less]
Created 12 months ago.

1 Users
   

XySSL is an open-source cryptographic library for embedded systems. It provides standard crypto block: AES, SHA-1, X.509, etc. as well as higher lever protocols: SSL v3 and TLS v1. XySSL has been ... [More] ported on a number of architectures, including ARM, PowerPC, MIPS, and Motorola 68000. Its already small memory footprint can be easily reduced to 50k for a basic SSL client or server, by modifying a single .h configuration file. XySSL is currently used in several open-source (GPL) and closed-source projects, such as Adobe's flash player. [UPDATE 2008-12-31] As of now, XySSL is no longer maintained by Christophe Devine. The current project manager is Paul Bakker, and the new site can be accessed at: http://polarssl.org/ [Less]
Created about 1 year ago.

0 Users

ChatRSA v0.1 ChatRSA is a software which provides automatic RSA encryption/decryption messages in a simple safe chat box. How it works? Once established the connection from cliente to server, Private ... [More] and Public Keys are generated on both users with the actual best criptography algorithm, RSA, then Public Keys are sent each other. User A encrypts and send messages with user B Public Key, so do user B with user A Public Key. They can then decrypt the received messages with their own Private Keys. Even intercepted messages can't be read or undestood outside the chat box. See more about RSA on Wikipedia This project begun as a result of a interdisciplinary work of Information Security and Network diciplines at College. Orkut Topic Source code is availabe throw Do What The Fuck You Want To Public License [Less]
Created 12 months ago.