All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by cryptographic with all dependencies

Search JAR files by class name

bcpkix-lts8on from group org.bouncycastle (version 2.73.6)

The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.8 and up. The APIs are designed primarily to be used in conjunction with the BC LTS provider but may also be used with other providers providing cryptographic services.

Group: org.bouncycastle Artifact: bcpkix-lts8on
Show all versions Show documentation Show source 
 

0 downloads
Artifact bcpkix-lts8on
Group org.bouncycastle
Version 2.73.6
Last update 07. April 2024
Organization not specified
URL https://www.bouncycastle.org/lts-java
License Bouncy Castle Licence
Dependencies amount 1
Dependencies bcutil-lts8on,
There are maybe transitive dependencies!

piv from group com.yubico.yubikit (version 2.5.0)

This library provides implementation of Personal Identity Verification (PIV) interface specified in NIST SP 800-73 document "Cryptographic Algorithms and Key Sizes for PIV". This enables you to perform RSA or ECC sign/decrypt operations using a private key stored on the YubiKey.

Group: com.yubico.yubikit Artifact: piv
Show all versions Show documentation Show source 
 

0 downloads
Artifact piv
Group com.yubico.yubikit
Version 2.5.0
Last update 25. March 2024
Organization not specified
URL https://github.com/Yubico/yubikit-android/tree/main/piv
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies core,
There are maybe transitive dependencies!

nacl from group org.openjax.security (version 0.3.5)

NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools.

Group: org.openjax.security Artifact: nacl
Show all versions Show documentation Show source 
 

0 downloads
Artifact nacl
Group org.openjax.security
Version 0.3.5
Last update 27. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

AmazonCorrettoCryptoProvider-FIPS from group software.amazon.cryptools (version 2.3.3)

The Amazon Corretto Crypto Provider FIPS (ACCP-FIPS) is a collection of high-performance cryptographic implementations exposed via the standard JCA/JCE interfaces. ACCP-FIPS uses AWS-LC built in FIPS mode and is provided for experimental purposes only.

Group: software.amazon.cryptools Artifact: AmazonCorrettoCryptoProvider-FIPS
Show all versions Show documentation Show source 
 

0 downloads
Artifact AmazonCorrettoCryptoProvider-FIPS
Group software.amazon.cryptools
Version 2.3.3
Last update 12. January 2024
Organization not specified
URL https://github.com/corretto/amazon-corretto-crypto-provider
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

unf from group org.dataverse (version 6.0.1)

The Universal Numerical Fingerprint (UNF) is a cryptographic signature of the approximated semantic content of a digital object. It is computed on the normalized (or canonicalized) forms of the data values, and is thus independent of the storage medium and format of the data.

Group: org.dataverse Artifact: unf
Show all versions Show documentation Show source 
 

0 downloads
Artifact unf
Group org.dataverse
Version 6.0.1
Last update 19. September 2023
Organization not specified
URL https://github.com/IQSS/UNF
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

oitc-textproc from group de.oberdorf-itc (version 0.8.0.1460)

This library is a summary of helper classes for textprocessing. In detail it covers a class to read configuration files, a class to find a needle within a haystack, a class for cryptographic methods a very helpfull class to do some type conversions and a small helper class to generate timestamp strings.

Group: de.oberdorf-itc Artifact: oitc-textproc
Show all versions Show documentation Show source 
 

0 downloads
Artifact oitc-textproc
Group de.oberdorf-itc
Version 0.8.0.1460
Last update 25. July 2023
Organization Michael Oberdorf IT-Consulting
URL https://www.oberdorf-itc.de/
License MIT License
Dependencies amount 1
Dependencies commons-codec,
There are maybe transitive dependencies!

phe-android from group com.virgilsecurity.crypto (version 0.16.0)

Cryptographic background for the Password-Hardened Encryption (PHE) protocol that provides developers with a technology to protect users passwords from offline attacks and make stolen passwords useless even if your database has been compromised.

Group: com.virgilsecurity.crypto Artifact: phe-android
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact phe-android
Group com.virgilsecurity.crypto
Version 0.16.0
Last update 27. July 2021
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 2
Dependencies common-android, foundation-android,
There are maybe transitive dependencies!

org.otr4j from group org.jitsi (version 0.23)

otr4j is an implementation of the OTR (Off The Record) protocol in java. Off-the-Record Messaging, is a cryptographic protocol that uses a combination of the Advanced Encryption Standard (AES), the Diffie-Hellman key exchange, and the SHA hash functions. In addition to authentication and encryption, OTR provides perfect forward secrecy and malleable encryption. The OTR protocol was designed by Ian Goldberg and the OTR Development Team.

Group: org.jitsi Artifact: org.otr4j
Show all versions Show documentation Show source 
 

4 downloads
Artifact org.otr4j
Group org.jitsi
Version 0.23
Last update 08. August 2020
Organization not specified
URL http://github.com/jitsi/otr4j
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bctls-jdk15on from group com.madgag.spongycastle (version 1.58.0.0)

Spongy Castle is a package-rename (org.bouncycastle.* to org.spongycastle.*) of Bouncy Castle intended for the Android platform. Android unfortunately ships with a stripped-down version of Bouncy Castle, which prevents easy upgrades - Spongy Castle overcomes this and provides a full, up-to-date version of the Bouncy Castle cryptographic libs.

Group: com.madgag.spongycastle Artifact: bctls-jdk15on
Show all versions Show documentation Show source 
 

37 downloads
Artifact bctls-jdk15on
Group com.madgag.spongycastle
Version 1.58.0.0
Last update 30. August 2017
Organization not specified
URL http://rtyley.github.io/spongycastle/
License Bouncy Castle Licence
Dependencies amount 3
Dependencies core, bcpkix-jdk15on, prov,
There are maybe transitive dependencies!

test from group com.madgag.spongycastle (version 1.58.0.0)

Spongy Castle is a package-rename (org.bouncycastle.* to org.spongycastle.*) of Bouncy Castle intended for the Android platform. Android unfortunately ships with a stripped-down version of Bouncy Castle, which prevents easy upgrades - Spongy Castle overcomes this and provides a full, up-to-date version of the Bouncy Castle cryptographic libs.

Group: com.madgag.spongycastle Artifact: test
Show documentation Show source 
 

0 downloads
Artifact test
Group com.madgag.spongycastle
Version 1.58.0.0
Last update 30. August 2017
Organization not specified
URL http://rtyley.github.io/spongycastle/
License Bouncy Castle Licence
Dependencies amount 4
Dependencies core, bcpg-jdk15on, bcpkix-jdk15on, tls,
There are maybe transitive dependencies!



Page 45 from 48 (items total 475)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy