Last Version

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

License

License

GroupId

GroupId

org.e-hoffman.crypto
ArtifactId

ArtifactId

Crypto
Version

Version

1.0.0
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 1.0.0


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