java cryptography extension
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3908
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.
<<lessMain 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.
Download (21.2MB)
Added: 2007-06-15 License: Freely Distributable Price:
532 downloads
Wikipedia Lookup Extension 0.3.2
Lookups up the selected word in the Wikipedia encyclopedia. more>> Wikipedia Lookup Extension 0.3.2 is a powerful tool that makes it quick and easy to look up the selected word in the Wikipedia encyclopedia.<<less
Added: 2009-07-15 License: MPL Price: FREE
19 downloads
Java::JCR::Exception 0.08
Java::JCR::Exception is a Perl wrapper for repository exceptions. more>>
Java::JCR::Exception is a Perl wrapper for repository exceptions.
SYNOPSIS
eval {
my $node = $root->add_node(foo, nt:unstructured);
};
if ($@) {
print STDERR "Failed to add node foo: $@n";
}
This class is used to make the exceptions thrown from the Java code work more nicely in Perl. Primarily, this involves performing nicer stringification than is provided by Inline::Java.
<<lessSYNOPSIS
eval {
my $node = $root->add_node(foo, nt:unstructured);
};
if ($@) {
print STDERR "Failed to add node foo: $@n";
}
This class is used to make the exceptions thrown from the Java code work more nicely in Perl. Primarily, this involves performing nicer stringification than is provided by Inline::Java.
Download (0.047MB)
Added: 2007-06-05 License: Perl Artistic License Price:
871 downloads
Epiphany Extensions 2.18.3 / 2.19.6
Epiphany Extensions package contains extension for Epiphany software. more>>
Epiphany Extensions package contains extension for Epiphany software.
How to choose which extensions to build:
./configure --with-extensions=ext1,ext2,...
where ext1, ext2 ... are one of the following:
actions Perform actions on links from the context menu
adblock Block content based on its URL
auto-scroll Auto scroll on middle mouse clicks
auto-reload Reload a tab periodically
bookmarks-tray Add bookmarks menu to the panel
certificates Display SSL certificates
dashboard Send cluepackets to Dashboard
error-viewer Error Viewer dialog [i.e., Javascript, HTML errors]
extensions-manager-ui GUI to enable and disable Epiphany extensions
favicon Loads /favicon.ico if the page doesnt specify one
gestures Mouse gestures
greasemonkey Load mozilla greasmonkey scripts
imagebar Display a toolbar over images
java-console Provide access to the Java-Plugin Console
livehttpheaders Display HTTP headers
net-monitor Monitor the network status and set offline mode accordingly
page-info Show information about the current page
permissions Manage web site permissions
push-scroller Scroll by holding the middle mouse button and pushing
python-console Opens an interactive Python console
rss Subscribe to newsfeeds contained in web pages
select-stylesheet Switch between alternate stylesheets
sidebar Adds a sidebar to Epiphany
smart-bookmarks Right-click on selected text to search the Web for it
tab-groups Open new tabs to the right of the current one
tab-states Indicates unread tabs in the tab label
tabsmenu Tabs menu entries to move tabs across windows
all All of the above extensions
sample Sample extension [use this as a template]
sample-mozilla Sample extension using Mozilla API [use as a template]
really-all All of the above extensions (including samples)
<<lessHow to choose which extensions to build:
./configure --with-extensions=ext1,ext2,...
where ext1, ext2 ... are one of the following:
actions Perform actions on links from the context menu
adblock Block content based on its URL
auto-scroll Auto scroll on middle mouse clicks
auto-reload Reload a tab periodically
bookmarks-tray Add bookmarks menu to the panel
certificates Display SSL certificates
dashboard Send cluepackets to Dashboard
error-viewer Error Viewer dialog [i.e., Javascript, HTML errors]
extensions-manager-ui GUI to enable and disable Epiphany extensions
favicon Loads /favicon.ico if the page doesnt specify one
gestures Mouse gestures
greasemonkey Load mozilla greasmonkey scripts
imagebar Display a toolbar over images
java-console Provide access to the Java-Plugin Console
livehttpheaders Display HTTP headers
net-monitor Monitor the network status and set offline mode accordingly
page-info Show information about the current page
permissions Manage web site permissions
push-scroller Scroll by holding the middle mouse button and pushing
python-console Opens an interactive Python console
rss Subscribe to newsfeeds contained in web pages
select-stylesheet Switch between alternate stylesheets
sidebar Adds a sidebar to Epiphany
smart-bookmarks Right-click on selected text to search the Web for it
tab-groups Open new tabs to the right of the current one
tab-states Indicates unread tabs in the tab label
tabsmenu Tabs menu entries to move tabs across windows
all All of the above extensions
sample Sample extension [use this as a template]
sample-mozilla Sample extension using Mozilla API [use as a template]
really-all All of the above extensions (including samples)
Download (1.1MB)
Added: 2007-07-31 License: LGPL (GNU Lesser General Public License) Price:
817 downloads
Lua Filesystem Extension Library 0.1
Lua extension library provides the filesystem primitives to your Lua scripts, which are missing from the core language. more>>
This extension library provides the filesystem primitives to your Lua scripts, which are missing from the core language. The exported primitives include mkdir, rmdir, stat, chown, chmod, and more.
Available filesystem primitives:
chdir()
chmod()
chown()
cwd()
is_dir()
is_file()
mkdir()
readdir()
rmdir()
stat()
This project was started when I was coding a simple Lua webserver and became frustrated at the lack of available filesystem primitives.
Enhancements:
- This is the first stable release of the software with complete documentation and a sufficiently useful set of exported primitives.
<<lessAvailable filesystem primitives:
chdir()
chmod()
chown()
cwd()
is_dir()
is_file()
mkdir()
readdir()
rmdir()
stat()
This project was started when I was coding a simple Lua webserver and became frustrated at the lack of available filesystem primitives.
Enhancements:
- This is the first stable release of the software with complete documentation and a sufficiently useful set of exported primitives.
Download (0.010MB)
Added: 2005-11-08 License: LGPL (GNU Lesser General Public License) Price:
1447 downloads
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.
<<lessLibecc 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.
Download (1.4MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1092 downloads
Java Games 1.0
Java Games is a collection of simple games that are compiled into Java applets and meant to be played online in a Web browser. more>>
Java Games project is a collection of simple games that are compiled into Java applets and meant to be played online in a Web browser.
Currently the collection contains four games: XO World (similar to tic-tac-toe, but with lines of 5 on a 10x10 board); 100 Mack (guess the random combination of 4 images out of a set of six); Memory (flip 2 plates at a time to find matching pairs); and Tetris.
<<lessCurrently the collection contains four games: XO World (similar to tic-tac-toe, but with lines of 5 on a 10x10 board); 100 Mack (guess the random combination of 4 images out of a set of six); Memory (flip 2 plates at a time to find matching pairs); and Tetris.
Download (0.13MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
985 downloads
VeriSign EV Green Bar Extension 1.0.1.2814
VeriSign EV Green Bar Extension enables Firefox to recognize SSL servers that have implemented the EV Certificate. more>>
VeriSign EV Green Bar Extension enables Firefox to recognize SSL servers that have implemented the Extended Validation Certificate as currently supported by Microsoft in IE7. Installing this extension brings identical functionality to Firefox.
VeriSign EV Green Bar Extension add-on adds extended validation (EV) certificate support to Firefox. The address bar turns green and displays certificate owner and CA issuer information when the browser receives an EV certificate. Additional information is available when the certificate label in the address bar is clicked.
<<lessVeriSign EV Green Bar Extension add-on adds extended validation (EV) certificate support to Firefox. The address bar turns green and displays certificate owner and CA issuer information when the browser receives an EV certificate. Additional information is available when the certificate label in the address bar is clicked.
Download (0.030MB)
Added: 2007-07-23 License: MPL (Mozilla Public License) Price:
853 downloads
SynapseLife Toolbar Extension 0.1
SynapseLife Toolbar Extension provides easy access to SynapseLife. more>>
SynapseLife Toolbar Extension provides easy access to SynapseLife.
SynapseLife is a collection of 9 integrated web applications including tools for organizing your life including social bookmarking, rss feed aggregation, tagging, contacts, calendars, to-do lists, and a money ledgers.
Main features:
- Add favorites and feeds easily from the toolbar
- Livesearch of all of your items within SynapseLife
- Overlay of contextual icons and buttons on existing social networking sites for easy addition of contacts, calendar events, feeds and favorites.
<<lessSynapseLife is a collection of 9 integrated web applications including tools for organizing your life including social bookmarking, rss feed aggregation, tagging, contacts, calendars, to-do lists, and a money ledgers.
Main features:
- Add favorites and feeds easily from the toolbar
- Livesearch of all of your items within SynapseLife
- Overlay of contextual icons and buttons on existing social networking sites for easy addition of contacts, calendar events, feeds and favorites.
Download (0.15MB)
Added: 2007-03-31 License: MPL (Mozilla Public License) Price:
965 downloads
Folder Extension Wizard 1.0.1
Folder Extension Wizard provides a small extension that Loads extensions from folders (unpacked xpi files). more>>
Folder Extension Wizard provides a small extension that Loads extensions from folders (unpacked xpi files).
A wizard is a user interface element where the user is led through a sequence of dialogs. Unlike most modern user interface paradigms, the user is forced to perform the task in a specific sequence.
However, for complex or infrequently performed tasks where the user is unfamiliar with the steps involved, it may make it easier for them to perform the task. In some open source software, wizards are called Druids.
<<lessA wizard is a user interface element where the user is led through a sequence of dialogs. Unlike most modern user interface paradigms, the user is forced to perform the task in a specific sequence.
However, for complex or infrequently performed tasks where the user is unfamiliar with the steps involved, it may make it easier for them to perform the task. In some open source software, wizards are called Druids.
Download (0.007MB)
Added: 2007-05-01 License: MPL (Mozilla Public License) Price:
909 downloads
3intentions SeekPost Extension 0.3.1
3intentions SeekPost is a Firefox extension that allows members of 3intentions Seek sites to add and rate posts. more>>
3intentions SeekPost is a Firefox extension that allows members of 3intentions Seek sites to add and rate posts with a simple click from any page.
<<less Download (0.007MB)
Added: 2007-05-02 License: MPL (Mozilla Public License) Price:
905 downloads
Zip extension for PHP 1.8.9
Zip extension for PHP is a zip management extension. more>>
Zip extension for PHP is a zip management extension.
It can read, write, and create zip archives. It also supports stream access to any archive entry. It is 100% compatible with the old versions of the extension (which were read-only).
<<lessIt can read, write, and create zip archives. It also supports stream access to any archive entry. It is 100% compatible with the old versions of the extension (which were read-only).
Download (0.038MB)
Added: 2007-05-20 License: The PHP License Price:
542 downloads
Input Filter extension for PHP 0.11.0
Input Filter extension for PHP project is an extension for safely dealing with input parameters. more>>
Input Filter extension for PHP project is an extension for safely dealing with input parameters.
It is meant to address this issue by implementing a set of filters and mechanisms that users can use to safely access their input data.
<<lessIt is meant to address this issue by implementing a set of filters and mechanisms that users can use to safely access their input data.
Download (0.024MB)
Added: 2006-11-01 License: The PHP License Price:
1091 downloads
Sun Java Platform Enterprise Edition 5 Update 2
Sun Java Platform Enterprise Edition is the industry standard for developing portable, robust Java applications. more>>
Sun Java Platform Enterprise Edition (Java EE) is the industry standard for developing portable, robust, scalable, and secure server-side Java applications.
Building on the solid foundation of Java SE, Java EE provides Web services, component model, management, and communications APIs that make it the industry standard for implementing enterprise class service-oriented architecture (SOA) and Web 2.0 applications.
<<lessBuilding on the solid foundation of Java SE, Java EE provides Web services, component model, management, and communications APIs that make it the industry standard for implementing enterprise class service-oriented architecture (SOA) and Web 2.0 applications.
Download (MB)
Added: 2006-12-20 License: Freely Distributable Price:
1044 downloads
FirePhish Anti-Phishing Extension 0.1.2
FirePhish Anti-Phishing Extension is an Anti-Phishing Toolbar which utilizes the Open Phishing Database. more>>
FirePhish Anti-Phishing Extension is an Anti-Phishing Toolbar which utilizes the Open Phishing Database to provide the user with information and tools to protect against phishing attacks.
<<less Download (0.16MB)
Added: 2007-07-28 License: MPL (Mozilla Public License) Price:
826 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above java cryptography extension search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed