Download JAR files tagged by cryptographic with all dependencies
id-mask-parent from group at.favre.lib (version 0.6.0)
IDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to
hide their actual value and to prevent forging. It has support optional randomisation has a wide support for
various Java types including long, UUID and BigInteger. This library bases its security on strong cryptographic
primitives.
Group: at.favre.lib Artifact: id-mask-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact id-mask-parent
Group at.favre.lib
Version 0.6.0
Last update 05. March 2023
Organization not specified
URL https://github.com/patrickfav/id-mask
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group at.favre.lib
Version 0.6.0
Last update 05. March 2023
Organization not specified
URL https://github.com/patrickfav/id-mask
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
machina-tools-aws-s3 from group com.ionic.cloudstorage (version 1.2.0)
Machina Tools AWS S3 offers a simple way for developers building atop AWS S3’s Java SDK to invoke Ionic’s protection and policy functionality as data moves to and from the cloud storage. This addresses use cases such as migration from on-prem storage solutions, protecting data across multi-region or multi-cloud envrionments, applying granular cryptographic control, and more.
Group: com.ionic.cloudstorage Artifact: machina-tools-aws-s3
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact machina-tools-aws-s3
Group com.ionic.cloudstorage
Version 1.2.0
Last update 02. March 2021
Organization not specified
URL https://dev.ionic.com/integrations/aws-s3
License License Agreement for Ionic Resources
Dependencies amount 6
Dependencies ionic-sdk, javax.json, commons-io, aws-java-sdk-s3, aws-java-sdk-iam, jaxb-api,
There are maybe transitive dependencies!
Group com.ionic.cloudstorage
Version 1.2.0
Last update 02. March 2021
Organization not specified
URL https://dev.ionic.com/integrations/aws-s3
License License Agreement for Ionic Resources
Dependencies amount 6
Dependencies ionic-sdk, javax.json, commons-io, aws-java-sdk-s3, aws-java-sdk-iam, jaxb-api,
There are maybe transitive dependencies!
addc-security from group com.addc (version 2.6)
The addc-security library supplies classes for handling Key Stores with different types of password callback, GSSUP for CSI-IIOP,
cryptographic helper classes that can load definitions of providers and algorithms for different crypto functions from properties files
and deliver the correct object for processing encryption, HMACs, Signatures etc. and Helper classes for loading key stores and handling
pem files.
Artifact addc-security
Group com.addc
Version 2.6
Last update 25. February 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies jacorb-omgapi, addc-base, commons-codec, jdom2,
There are maybe transitive dependencies!
Group com.addc
Version 2.6
Last update 25. February 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies jacorb-omgapi, addc-base, commons-codec, jdom2,
There are maybe transitive dependencies!
ionic-for-aws-java-sdk-s3 from group com.ionic.cloudstorage (version 1.0.0)
Ionic Protect for AWS S3 Cloud Storage offers a simple way for developers building atop AWS S3’s Java SDK to invoke Ionic’s protection and policy functionality as data moves to and from the cloud storage. This addresses use cases such as migration from on-prem storage solutions, protecting data across multi-region or multi-cloud envrionments, applying granular cryptographic control, and more.
0 downloads
Artifact ionic-for-aws-java-sdk-s3
Group com.ionic.cloudstorage
Version 1.0.0
Last update 17. April 2019
Organization not specified
URL https://dev.ionic.com/integrations/aws-s3
License License Agreement for Ionic Resources
Dependencies amount 7
Dependencies javax.json, bcprov-jdk15on, aws-java-sdk-s3, aws-java-sdk-iam, ionic-sdk, commons-io, jaxb-api,
There are maybe transitive dependencies!
Group com.ionic.cloudstorage
Version 1.0.0
Last update 17. April 2019
Organization not specified
URL https://dev.ionic.com/integrations/aws-s3
License License Agreement for Ionic Resources
Dependencies amount 7
Dependencies javax.json, bcprov-jdk15on, aws-java-sdk-s3, aws-java-sdk-iam, ionic-sdk, commons-io, jaxb-api,
There are maybe transitive dependencies!
ionics3 from group com.ionicsecurity.ipcs.awss3 (version 0.9.0)
Ionic Protect for AWS S3 Cloud Storage offers a simple way for developers building atop AWS S3’s Java SDK to invoke Ionic’s protection and policy functionality as data moves to and from the cloud storage. This addresses use cases such as migration from on-prem storage solutions, protecting data across multi-region or multi-cloud envrionments, applying granular cryptographic control, and more.
Artifact ionics3
Group com.ionicsecurity.ipcs.awss3
Version 0.9.0
Last update 07. February 2019
Organization not specified
URL https://dev.ionic.com/integrations/ipcs_s3.html
License License Agreement for Ionic Resources
Dependencies amount 5
Dependencies aws-java-sdk-s3, aws-java-sdk-iam, ionic-sdk, commons-io, jaxb-api,
There are maybe transitive dependencies!
Group com.ionicsecurity.ipcs.awss3
Version 0.9.0
Last update 07. February 2019
Organization not specified
URL https://dev.ionic.com/integrations/ipcs_s3.html
License License Agreement for Ionic Resources
Dependencies amount 5
Dependencies aws-java-sdk-s3, aws-java-sdk-iam, ionic-sdk, commons-io, jaxb-api,
There are maybe transitive dependencies!
crypto4j-parent from group org.beiter.michael.crypto4j (version 1.0)
Group: org.beiter.michael.crypto4j Artifact: crypto4j-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
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
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!
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 49 from 49 (items total 487)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy