Main > Free Download Search >

Free bouncy castle java cryptography api 1.37 software for linux

bouncy castle java cryptography api 1.37

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3659
Java Tools 0.30

Java Tools 0.30


Java Tools is a lightweight integrated development environment for creating, compiling, and executing Java applications. more>>
Java Tools is a lightweight integrated development environment for creating, compiling, and executing Java applications and applets.
Java Tools includes point and click access to the Java files, commands, and documents. It also includes a built-in text editor and user interface for the Java debugger.
It is intended for the new Java user who needs help getting started. Its also for the more experienced Java user who wants easy access to the Java commands and a text editor.
Main features:
- GUI with built-in help and small footprint.
- Point and click access to all files (Java, manifest, HTML, image and sound) and directories (package).
- Point and click access to all commands for compiling (javac), archiving (jar), documenting (javadoc), executing (java), debugging (jdb) and disassembling (javap).
- Point and click access to all documents (Java API Specification, Java Tools and Utilities, Java Features and Java Tutorial).
- Point and click creation of all files (Java, manifest and HTML) and directories (package).
- Point and click installation of distribution archive files (Java document, Java source code, Java Tutorial and Sun Tools).
- Automatic determination of class file dependencies for archiving (jar) and documenting (javadoc) Java files.
- Checking for unused, redundant and missing imports.
- Logging of all commands invoked by GUI.
- Code metrics for Java files.
- Built-in text editor (see Edit for details).
- Built-in user interface for the Java debugger with command-line editing and history.
- Self-installing executable (Java archive file).
- Comprehensive installation and user documentation for Java and Java Tools.
<<less
Download (0.15MB)
Added: 2007-07-09 License: Freeware Price:
838 downloads
Legion of the Bouncy Castle Java Cryptography API 1.37

Legion of the Bouncy Castle Java Cryptography API 1.37


The Legion of the Bouncy Castle Java Cryptography API provides a lightweight cryptography API in Java. more>>
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, and OpenPGP. Versions are provided for the J2ME, and JDK 1.0-1.5.
Main features:
- A lightweight cryptography API in Java.
- A provider for the JCE and JCA.
- A clean room implementation of the JCE 1.2.1.
- A library for reading and writing encoded ASN.1 objects.
- Generators for Version 1 and Version 3 X.509 certificates, Version 2 CRLs, and PKCS12 files.
- Generators for Version 2 X.509 attribute certificates.
- Generators/Processors for S/MIME and CMS (PKCS7).
- Generators/Processors for OCSP (RFC 2560).
- Generators/Processors for TSP (RFC 3161).
- Generators/Processors for OpenPGP (RFC 2440).
- A signed jar version suitable for JDK 1.4/1.5 and the Sun JCE.
<<less
Download (21.2MB)
Added: 2007-06-15 License: Freely Distributable Price:
532 downloads
jSaluki 0.82

jSaluki 0.82


jSaluki is a small easy to use Java Hyperelliptic Curve Cryptography Library. more>>
jSaluki is a small easy to use Java Hyperelliptic Curve Cryptography Library.

Hyperelliptic Curve Cryptography is still an experimental area so this library is only recommended for research and educational purposes.

Real life cryptosystems should use a more proven method such as Elliptic Curve Cryptography.

Quick Start:

javac jSaluki_Example.java
java jSaluki_Example
<<less
Download (0.12MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1323 downloads
Secure Java Diary 0.3.0a

Secure Java Diary 0.3.0a


Secure Java Diary is a Java Diary with Strong Encryption. more>>
Secure Diary is a Java application that uses the Bouncy Castle JCE to provide strong encryption for your diary.

It stores the entries using blowfish and triple DES. It allows you to enter/view/export diary enteries in multiple diaries.
<<less
Download (0.82MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1649 downloads
PGPSigner 1.0

PGPSigner 1.0


PGPSigner project is a tool born out of the main virtues of a sysadmin: Lazyness and Impatience. more>>
PGPSigner project is a tool born out of the main virtues of a sysadmin: Lazyness and Impatience. Have you ever been to a PGP key signing party? It is fun, you verify all these ids, check the keys on the party list and then... then you get home. And find out that you have 47 different keys to sign with one or more of your private keys. You will do it tomorrow. Surely.

When I found one of these lists from an event eight months past, I decided that I do not want to do all the work by myself. So PGPSigner was born: Strong cryptography and command line completion in a single application.

This application uses strong cryptography, something that might pose problems for you if you happen to live in a region of the world where this is an issue.

To use this application, you must probably install the "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files" for the Sun JCE. If you encounter the following error.

java.lang.SecurityException: Unsupported keysize or algorithm parameters.

then this is most likely the problem. Download these for the Sun JDK 1.5 at http://java.sun.com/javase/downloads/index_jdk5.jsp (scroll down to the bottom of the page).
<<less
Download (3.0MB)
Added: 2007-05-22 License: The Apache License 2.0 Price:
885 downloads
jBorZoi 0.90

jBorZoi 0.90


jBorZoi is a Java Elliptic Curve Cryptography Library. more>>
jBorZoi is a Java Elliptic Curve Cryptography Library. jBorZoi implements the following algorithms using elliptic curves defined over finite fields of characteristic 2 (GF2m):
- ECDSA (Elliptic Curve Digital Signature Algorithm)
As specified in ANSI X9.62, FIPS 186-2 and IEEE P1363.
- ECIES (Elliptic Curve Integrated Encryption Scheme)
As specified in ANSI X9.63 and the IEEE P1363a Draft.
- Elliptic Curve Diffie-Hellman Key Agreement Scheme
As specified in ANSI X9.63 and IEEE P1363.
The AES symmetric encryption scheme is also included.
Quick Start
javac jBorZoi_Examples.java
java jBorZoi_Examples
Future Development
Only bug fixes and changes required for compatibility with cryptographic standards will be added between now and the 1.0.0 release.
Comments and Bug Reports
We welcome any comments or bug reports which you may have, however please note that we cannot accept any patches for legal reasons, because the borZoi code is also used in our commercial products.
Enhancements:
- Changed Fq.compareTo(Fq) and Fq.isZero() to public methods.
- Implemented ECDomainParameters.isValid()
- Changed the ECIES.decrypt() RuntimeException to an Exception
- Changed the ECDSA.initSignature(ECPrivKey) Exception to NoSuchAlgorithmException
- Changed the ECDSA.initVerify(ECPubKey) Exception to NoSuchAlgorithmException
<<less
Download (0.37MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1373 downloads
Holotzs Castle 1.3.10

Holotzs Castle 1.3.10


Holotzs Castle is an awesome platform game. more>>
Holotzs Castle is an awesome platform game.

A great mistery is hidden beyond the walls of Holotzs Castle. Will you be able to help Ybelle and Ludar to escape alive from the castle?

Test your dexterity with this tremendously exciting platform game!

<<less
Download (3.4MB)
Added: 2007-07-07 License: GPL (GNU General Public License) Price:
841 downloads
The Castle 0.7.0

The Castle 0.7.0


The Castle is a first-person shooter (FPS) style game in a dark fantasy setting. more>>
The Castle is a first-person shooter (FPS) style game in a dark fantasy setting. Your main weapon is a sword, so the fight is mostly short-range. 3 main levels included, packed with creatures, items and sounds.

Also a bonus level, from a well-known 3D game, will be available to you from "New Game" menu once you finish the main game (you can also switch to this level from the debug menu, if youre impatient).

<<less
Download (37MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
862 downloads
jjjuste 1.0

jjjuste 1.0


jjjuste is a Java/Jack port/rewrite of JustePort. more>>
jjjuste is a Java/Jack port/rewrite of JustePort. It contains Java classes for streaming data to an Apple Airport Express. The project also contains a Jack client that allows the streaming to be integrated within a Jack audio flow.
The functionality of the basic client is more restricted than JustePort (only raw data at maximum volume), but the Jack integration gives more reliable playback on Linux and the structure of the code has been clarified (if you want to port JustePort to another language I suspect its easier to use jjjuste than JustePort, but I may be biased).
In case the above is not clear, jjjuste contains:
- a basic Java based client that can stream audio data to an Airport Express
- simple integration with Jack, which is an audio server for Linux.
This means that (almost) any audio source playing on Linux can be routed to the Airport (and so played on your hifi, remotely).
Usage:
- Get Jack running
- Download JJack from CVS (it is important you use the very latest CVS code - I committed a patch on 2007-07-10).
- Compile and install JJack (unpack, cd make, ant)
- Download Bouncy Castle and Apache Commons Codec jars
- Download the jar
- Start the client with
java -classpath jjjuste-1.0.jar:[other jars]
-Djava.library.path=[path to directory containing libjjack.so]
org.acooke.jjjuste.jack.FiniteJackClient [airport address]
<<less
Download (0.041MB)
Added: 2007-07-18 License: GPL v3 Price:
839 downloads
OpenSCDP 3.4.227

OpenSCDP 3.4.227


OpenSCDP is a collection of tools for the development, test and deployment of smart card applications. more>>
OpenSCDP (Open Smart Card Development Platform) is a collection of tools for the development, test and deployment of smart card applications. It uses the capabilities of Global Platform Scripting, Profile and Messaging technology to provide unparalleled flexibility and development speed.

At its core, OpenSCDP is using JavaScript as the integration glue, linking the functional elements of the platform together. The system integrates a revitalized version of the Open Card Framework and provides cryptographic support through JCE with the Bouncy Castle Crypto API.

Tools, libraries and documentation for the Open Smart Card Development Platform are provided as Open Source under the GNU Public License (GPL). The software can be downloaded and used free of charge.

OpenSCDP is the toolset used by CardContact when providing consulting services to customers. It has been successfully used in major card projects and is utilized by a number of third party companies in their respective products.

<<less
Download (5.3MB)
Added: 2006-09-18 License: GPL (GNU General Public License) Price:
1132 downloads
C++ Elliptic Curve Cryptography library 0.11.1

C++ Elliptic Curve Cryptography library 0.11.1


C++ Elliptic Curve Cryptography library is a C++ library for elliptic curves cryptography. more>>
C++ Elliptic Curve Cryptography library is a C++ library for elliptic curves cryptography.
Libecc is a C++ elliptic curve cryptography library that supports fixed-size keys for maximum speed.
The goal of this project is to become the first free Open Source library providing the means to generate safe elliptic curves, and to provide an important source of information for anyone with general interest in ECC.
Enhancements:
- This version brings the code completely up to date again with the latest of version of the working set (autoconf, compiler, etc.).
- The previous version was almost two years old and didnt even compile anymore.
<<less
Download (1.4MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1092 downloads
Castle-combat 0.8.1

Castle-combat 0.8.1


Castle-combat is a clone of the old DOS game Rampart. more>>
Castle-combat is a clone of the old DOS game Rampart.

Up to four players build castle walls, place cannons inside these walls, and shoot at the walls of their enemy(s).

If a player cant build a complete wall around one of his castles, he loses. The last surviving player wins.

<<less
Download (1.6MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1228 downloads
SSC 0.8

SSC 0.8


SSC is an arcade game featuring fast-paced bouncy ball action. more>>
SSC project is an arcade game featuring fast-paced bouncy ball action.

SSC is a fast paced arcade space shootem-up featuring many colorful bouncy balls.

The game focuses on interesting play and physics themes.

<<less
Download (0.81MB)
Added: 2006-12-08 License: GPL (GNU General Public License) Price:
1051 downloads
Hibernate Core for Java(Linux) 3.2.5.ga

Hibernate Core for Java(Linux) 3.2.5.ga


An object/relational persistence and query service for Java more>> <<less
Download (19.35MB)
Added: 2009-04-25 License: Freeware Price: Free
188 downloads
Java Network Stack 1.1

Java Network Stack 1.1


Java Network Stack provides a Java library for research oriented network programming. more>>
Java Network Stack provides a Java library for research oriented network programming.

Java Network Stack is a library used by the DIMES project to create new internet measurements. It provides a clean API for packet manipulation, send, receive, filter, and analysis. It is a unification of raw socket capabilities, MAC level networkingm, and IPv6 capabilities.

<<less
Download (1.5MB)
Added: 2007-04-25 License: LGPL (GNU Lesser General Public License) Price:
918 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5