Showing posts with label Security. Show all posts
Showing posts with label Security. Show all posts

Thursday, April 15, 2010

TPM/J : An object-oriented API using Java for low-level access to the TPM

TPM/J is an object-oriented API using Java for low-level access to the TPM. It was developed as part of the research project on Trusted Computing at MIT.
  • Operating System : OS X, Linux, WinXP
  • License : BSD License
  • Programming Language : Java

Tuesday, December 29, 2009

Sleutel : A multi-platform password manager that is written using the Eclipse Rich Client Platform (RCP)


Sleutel is a multi-platform password manager that is written using the Eclipse Rich Client Platform (RCP). Its goal is to manage password/ID pairs for accessing Web sites and to provide an example RCP application. It features configurable password generation, labeling of password entries (a la GMail), an intuitive UI following the Eclipse model, merge capabilities, and the ability to track usage count and dates of password entries. Sleutel is the Dutch word for key.
  • Licenses : Apache 2.0
  • Operating Systems : POSIX, Linux, Windows
  • Implementation : Java

Sunday, October 11, 2009

The Legion of the Bouncy Castle Java Cryptography API provides a lightweight cryptography API in Java

The Legion of the Bouncy Castle Java Cryptography API provides a lightweight cryptography API in Java, a provider for the JCE and JCA, a clean-room implementation of the JCE 1.2.1, generators for Version 1 and Version 3 X.509 certificates, generators for Version 2 X.509 attribute certificates, PKCS12 support, and APIs for dealing with S/MIME, CMS, OCSP, TSP, OpenPGP, and TLS. Versions are provided for the J2ME, and JDK 1.0-1.6.
  • Operating Systems : OS Independent
  • Implementation : Java

Saturday, July 18, 2009

Shibboleth : A standards-based middleware software package providing Web single-sign-on across or within organizational boundaries


Shibboleth is a standards-based middleware software package providing Web single-sign-on across or within organizational boundaries. It implements standards such as OASIS' SAML to provide a federated single-sign-on and attribute exchange framework. It also provides extended privacy functionality, allowing the browser user and their home site to control the attributes released to each application.
  • Licenses : Apache 2.0
  • Operating Systems : Windows, POSIX, Unix
  • Implementation : Java

Wednesday, July 15, 2009

JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc.

JSch is a pure Java implementation of SSH2. It allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc. You can integrate its functionality into your own Java programs.
  • Licenses : BSD Original, BSD Revised
  • Operating Systems : OS Independent
  • Implementation : Java