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

Download JAR files tagged by decryption with all dependencies

Search JAR files by class name

jaxrs-service from group com.jpmorgan.quorum (version 0.9.4)

Group: com.jpmorgan.quorum Artifact: jaxrs-service
Show all versions Show documentation Show source 
 

0 downloads
Artifact jaxrs-service
Group com.jpmorgan.quorum
Version 0.9.4
Last update 01. August 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies javax.ws.rs-api, swagger-annotations, tessera-core, service-locator-api, config, jaxrs-client, javax.servlet-api, javax.persistence-api, security,
There are maybe transitive dependencies!

unix-socket-server from group com.jpmorgan.quorum (version 0.8)

Group: com.jpmorgan.quorum Artifact: unix-socket-server
Show documentation Show source 
 

0 downloads
Artifact unix-socket-server
Group com.jpmorgan.quorum
Version 0.8
Last update 16. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies server-api, config, jersey-container-netty-http, jersey-server, jersey-hk2, jersey-bean-validation, jersey-media-moxy, jersey-container-servlet-core, jul-to-slf4j, netty-all,
There are maybe transitive dependencies!

chopsticks from group cn.atomicer.sikong (version 2.0.3)

A common toolkit, provides a variety of tools such as file io, encryption and decryption, reflection call, etc., can be used for rapid development

Group: cn.atomicer.sikong Artifact: chopsticks
Show all versions Show documentation Show source 
 

0 downloads
Artifact chopsticks
Group cn.atomicer.sikong
Version 2.0.3
Last update 20. September 2018
Organization not specified
URL https://github.com/raomuyang/chopsticks
License The MIT License
Dependencies amount 1
Dependencies gson,
There are maybe transitive dependencies!

com.jingsky.util from group com.jingsky (version 1.1-RELEASE)

Tools for everyday use , including file processing ( including Excel, CSV , etc. ) , string processing , encryption and decryption, graphics , IO processing, network processing etc.

Group: com.jingsky Artifact: com.jingsky.util
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.jingsky.util
Group com.jingsky
Version 1.1-RELEASE
Last update 20. April 2017
Organization not specified
URL https://github.com/myzhijie/util
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies commons-collections, commons-lang3, shiro-core, log4j, json,
There are maybe transitive dependencies!

UopenCryptionKit4Java from group io.github.fpleihub (version 1.1)

Create a unified encryption and decryption class library for use, provide operation interfaces as much as possible, and separate the secret key and encryption call process, so that developers pay more attention to business operations。

Group: io.github.fpleihub Artifact: UopenCryptionKit4Java
Show all versions Show documentation Show source 
 

0 downloads
Artifact UopenCryptionKit4Java
Group io.github.fpleihub
Version 1.1
Last update 01. December 2022
Organization not specified
URL https://github.com/fpleihub/UopenCryptionKit4Java.git
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies bcprov-jdk16,
There are maybe transitive dependencies!

pii-encryptor from group io.github.nabhosal (version 1.0.0)

Utility for encrypting & decryption field level PII (i.e Personally identifiable information) in document. Useful utility for implementing in-house Payment Card Industry ( PCI ) or similar compliance.

Group: io.github.nabhosal Artifact: pii-encryptor
Show documentation Show source 
 

0 downloads
Artifact pii-encryptor
Group io.github.nabhosal
Version 1.0.0
Last update 31. October 2019
Organization io.github.nabhosal
URL https://github.com/nabhosal/pii-encryptor
License Apache License 2.0
Dependencies amount 5
Dependencies jackson-databind, jackson-core, json-path, commons-codec, commons-csv,
There are maybe transitive dependencies!

helidon-security-providers-config-vault from group io.helidon.security.providers (version 4.1.0)

An implementation of Vault like features based on configuration only. Provide secrets, and encryption/decryption. All secret operations are based on master password. For full production solutions, please use OCI Vault or similar integrations.

Group: io.helidon.security.providers Artifact: helidon-security-providers-config-vault
Show all versions Show documentation Show source 
 

0 downloads
Artifact helidon-security-providers-config-vault
Group io.helidon.security.providers
Version 4.1.0
Last update 10. August 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies helidon-security, helidon-config-encryption, helidon-common-crypto,
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!

Crypto from group org.e-hoffman.crypto (version 1.0.0)

A contract for a replaceable encryptor/decryptor that is only related to the actual act of encryption or decryption. Key look up, reading, encryptor configuration, and padding are all construction level details that are not covered by this API, and should be handled in a dependency injection container, instance construction, or some other "factory".

Group: org.e-hoffman.crypto Artifact: Crypto
Show documentation Show source 
 

3 downloads
Artifact Crypto
Group org.e-hoffman.crypto
Version 1.0.0
Last update 30. September 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
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 20 from 20 (items total 200)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy