JCryptoBox

JCryptoBox is a Java cryptographic facade API inspired by NaCl and libsodium. JCryptoBox uses cryptographic algorithms compliant with NIST FIPS 140 recommendations and works with or without a certified FIPS Java cryptography library such as BouncyCastle.

License

License

GroupId

GroupId

dev.o1c
ArtifactId

ArtifactId

jcryptobox
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

JCryptoBox
JCryptoBox is a Java cryptographic facade API inspired by NaCl and libsodium. JCryptoBox uses cryptographic algorithms compliant with NIST FIPS 140 recommendations and works with or without a certified FIPS Java cryptography library such as BouncyCastle.
Project URL

Project URL

https://jcryptobox.o1c.dev/
Source Code Management

Source Code Management

https://github.com/o1c-dev/jcryptobox

Download jcryptobox

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0