Crypto

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".

License

License

GroupId

GroupId

org.e-hoffman.crypto
ArtifactId

ArtifactId

Crypto
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Crypto
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".
Project Organization

Project Organization

Download Crypto

How to add to project

<!-- https://jarcasting.com/artifacts/org.e-hoffman.crypto/Crypto/ -->
<dependency>
    <groupId>org.e-hoffman.crypto</groupId>
    <artifactId>Crypto</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.crypto/Crypto/
implementation 'org.e-hoffman.crypto:Crypto:1.0.0'
// https://jarcasting.com/artifacts/org.e-hoffman.crypto/Crypto/
implementation ("org.e-hoffman.crypto:Crypto:1.0.0")
'org.e-hoffman.crypto:Crypto:jar:1.0.0'
<dependency org="org.e-hoffman.crypto" name="Crypto" rev="1.0.0">
  <artifact name="Crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.crypto', module='Crypto', version='1.0.0')
)
libraryDependencies += "org.e-hoffman.crypto" % "Crypto" % "1.0.0"
[org.e-hoffman.crypto/Crypto "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0