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

Download JAR files tagged by asymmetric with all dependencies

Search JAR files by class name

AsymmetricEncryption from group io.github.hossensyedriadh (version 1.0.2)

An implementation of Asymmetric Encryption

Group: io.github.hossensyedriadh Artifact: AsymmetricEncryption
Show all versions Show documentation Show source 
 

0 downloads
Artifact AsymmetricEncryption
Group io.github.hossensyedriadh
Version 1.0.2
Last update 21. December 2020
Organization not specified
URL https://github.com/hossensyedriadh/AsymmetricEncryption
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jsonwebtoken from group org.mvnpm (version 8.5.0)

JSON Web Token implementation (symmetric and asymmetric)

Group: org.mvnpm Artifact: jsonwebtoken
Show documentation Show source 
 

0 downloads
Artifact jsonwebtoken
Group org.mvnpm
Version 8.5.0
Last update 15. January 2024
Organization auth0
URL https://github.com/auth0/node-jsonwebtoken#readme
License MIT
Dependencies amount 10
Dependencies jws, lodash.includes, lodash.isboolean, lodash.isinteger, lodash.isnumber, lodash.isplainobject, lodash.isstring, lodash.once, ms, semver,
There are maybe transitive dependencies!

keypop-calypso-crypto-asymmetric-java-api from group org.eclipse.keypop (version 0.1.0)

API dedicated to development of Calypso crypto asymmetric extension

Group: org.eclipse.keypop Artifact: keypop-calypso-crypto-asymmetric-java-api
Show documentation Show source 
 

0 downloads
Artifact keypop-calypso-crypto-asymmetric-java-api
Group org.eclipse.keypop
Version 0.1.0
Last update 27. November 2023
Organization Eclipse Keypop
URL https://github.com/eclipse-keypop/keypop-calypso-crypto-asymmetric-java-api
License MIT license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

common-crypto from group top.jfunc.common (version 1.8.0)

encrypt,decrypt interface implements by symmetric,asymmetric,digester

Group: top.jfunc.common Artifact: common-crypto
Show all versions Show documentation Show source 
 

0 downloads
Artifact common-crypto
Group top.jfunc.common
Version 1.8.0
Last update 30. August 2018
Organization not specified
URL https://gitee.com/xxssyyyyssxx/common-crypto
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies utils,
There are maybe transitive dependencies!

hammerJ from group io.github.recheck-io (version 1.0.16)

This is a Java API library, created by ReCheck BV, for encryption of data. Asymmetric and symmetric exchange of information.

Group: io.github.recheck-io Artifact: hammerJ
Show all versions Show documentation Show source 
 

0 downloads
Artifact hammerJ
Group io.github.recheck-io
Version 1.0.16
Last update 18. December 2020
Organization com.github.ReCheck-io
URL https://github.com/ReCheck-io/hammerJ
License MIT License
Dependencies amount 9
Dependencies scrypt, jblake2, httpclient, core, commons-lang3, json, okhttp, httpmime, gson,
There are maybe transitive dependencies!

jcipher from group br.com.joaovarandas (version 0.1)

Encrypt and sign messages with symmetric and asymmetric keys using Java

Group: br.com.joaovarandas Artifact: jcipher
Show documentation Show source 
 

0 downloads
Artifact jcipher
Group br.com.joaovarandas
Version 0.1
Last update 01. July 2016
Organization not specified
URL http://www.joaovarandas.com.br
License MIT License
Dependencies amount 1
Dependencies migbase64,
There are maybe transitive dependencies!

library from group com.felipecsl.asymmetricgridview (version 2.0.1)

Android ListView that mimics a GridView with asymmetric items. Supports items with row span and column span.

Group: com.felipecsl.asymmetricgridview Artifact: library
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact library
Group com.felipecsl.asymmetricgridview
Version 2.0.1
Last update 01. July 2015
Organization not specified
URL https://github.com/felipecsl/AsymmetricGridView/tree/new-scv
License The MIT License (MIT)
Dependencies amount 2
Dependencies support-annotations, support-v4,
There are maybe transitive dependencies!

AtomicCrypto from group com.aayushatharva (version 1.2.1.0)

AtomicCrypto is a Java Library which uses NSA Suite B Cryptography. This means it uses AES-256-GCM to encrypt data and for asymmetric cryptography it uses ECDH with curve P-256 as default key agreement.

Group: com.aayushatharva Artifact: AtomicCrypto
Show all versions Show documentation Show source 
 

0 downloads
Artifact AtomicCrypto
Group com.aayushatharva
Version 1.2.1.0
Last update 25. February 2019
Organization not specified
URL https://github.com/hyperxpro/AtomicCrypto
License GNU General Public License v3.0
Dependencies amount 2
Dependencies bcprov-jdk15on, junit,
There are maybe transitive dependencies!

commons-crypto from group org.apache.commons (version 1.2.0)

Apache Commons Crypto is a cryptographic library optimized with AES-NI (Advanced Encryption Standard New Instructions). It provides Java API for both cipher level and Java stream level. Developers can use it to implement high performance AES encryption/decryption with the minimum code and effort. Please note that Crypto doesn't implement the cryptographic algorithm such as AES directly. It wraps to OpenSSL or JCE which implement the algorithms. Features -------- 1. Cipher API for low level cryptographic operations. 2. Java stream API (CryptoInputStream/CryptoOutputStream) for high level stream encryption/decryption. 3. Both optimized with high performance AES encryption/decryption. (1400 MB/s - 1700 MB/s throughput in modern Xeon processors). 4. JNI-based implementation to achieve comparable performance to the native C/C++ version based on OpenSsl. 5. Portable across various operating systems (currently only Linux/MacOSX/Windows); Apache Commons Crypto loads the library according to your machine environment (it checks system properties, `os.name` and `os.arch`). 6. Simple usage. Add the commons-crypto-(version).jar file to your classpath. Export restrictions ------------------- This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See <http://www.wassenaar.org/> for more information. The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code. The following provides more details on the included cryptographic software: * Commons Crypto use [Java Cryptography Extension](http://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html) provided by Java * Commons Crypto link to and use [OpenSSL](https://www.openssl.org/) ciphers

Group: org.apache.commons Artifact: commons-crypto
Show all versions Show documentation Show source 
 

74 downloads
Artifact commons-crypto
Group org.apache.commons
Version 1.2.0
Last update 14. January 2023
Organization not specified
URL https://commons.apache.org/proper/commons-crypto/
License Apache License, Version 2.0
Dependencies amount 1
Dependencies jna,
There are maybe transitive dependencies!



Page 1 from 1 (items total 9)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy