Login Required. Sign up now -- its free!

Projects tagged ‘encryption’ and ‘java’


[41 total ]

40 Users
   

Here at the Bouncy Castle, we believe in encryption. That's something that's near and dear to our hearts. We believe so strongly in encryption, that we've gone to the effort to provide some for everybody.
Created over 3 years ago.

7 Users
 

The JXSE project is a complete reference implementation of the JXTA protocols built using Java Standard Edition 5.0. The JXSE project was the original JXTA implementation and was built in Java because ... [More] Java enabled us to rapidly prototype and test new ideas and develop a more robust implementation. Java is available for most operating systems (Solaris, Unix, Windows, MacOS, etc.) and allows us to reach the maximum number of potential users. [Less]
Created over 3 years ago.

7 Users
   

SSHTools is a suite of Java SSH applications providing a Java SSH API, SSH Terminal, SSH secured VNC client, SFTP client and SSH Daemon.
Created over 3 years ago.

3 Users

Jasypt is a java library which allows the developer to add basic encryption capabilities to his/her projects with minimum effort, and without the need of having deep knowledge on how cryptography works.
Created over 3 years ago.

3 Users

I2P is an anonymous network, exposing a simple layer that applications can use to anonymously and securely send messages to each other. The network itself is strictly message based (ala IP), but there ... [More] is a library available to allow reliable streaming communication on top of it (ala TCP). All communication is end to end encrypted (in total there are four layers of encryption used when sending a message), and even the end points ("destinations") are cryptographic identifiers (essentially a pair of public keys). [Less]
Created over 2 years ago.

2 Users

JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs.
Created over 2 years ago.

1 Users
 

tcpfile is a filetransfer / filesharing / instant messaging java(1.6) program offering zipped and fully encrypted (RSA,AES) communication.
Created about 1 year ago.

1 Users

MACSCryptPowerful cryptography algorithms implementation, with several user interfaces for the demonstration, but you still can access each separate algorithm from a simple API, you can even have a ... [More] single library for specific algorithm without needing to include everything ... Integrating MACSCrypt into your code is very simple, it's just one line code needed: //DEFINING THE OBJECT: MACSCrypt macsCryptObj = new MACSCrypt(); //DEFINING ALGORITHM AND MODE: macsCryptObj.Algorithm = MACSCrypt::CALGORITHM::AES; //Or DES or DES3 or AES3(NEW!) and implementing ... macsCryptObj.Mode = MACSCrypt::CMODE::EBC; //Or CBC or CTR or OFB or much more, and inventing ... /*** AND here is the line: ***/ ... read more at the project homepage ... [Less]
Created 8 months ago.

1 Users

This is a Java implementation of the Phelix encryption and authentication algorithm, as described in 'Phelix: Fast Encryption and Authentication in a Single Cryptographic Primitive' by D. Whiting, B. ... [More] Schneier, S. Lucks, and F. Muller (http://www.schneier.com/phelix.html). This is a standalone class and does not conform to the Java Cryptography Extension. [Less]
Created about 1 year ago.

1 Users
 

jEnkryptor is a Java swing based, multi-threaded cross-platform encryption application.
Created about 1 year ago.