jsec

A simple encryption and hashing library for Java.

License

License

GroupId

GroupId

com.raylabz
ArtifactId

ArtifactId

jsec
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

jsec
A simple encryption and hashing library for Java.
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

http://github.com/raylabz/JSec/tree/master

Download jsec

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

JSec

JSec is a simple security library which provides industry-standard encryption and hashing functions for Java applications. The library allows hashing using multiple algorithms and symmetric or asymmetric encryption. It is designed to be easy to use, speed up development time and allow developers to focus on other aspects of development rather than creating their own security packages.

The package requires Java 8+

Download

Download JSec here.

Guide

Visit the guide here

Full example

Please see the complete example here.

Documentation

Visit the documentation.

License

JSec is released under the Apache 2.0 license.

Source code

You can find the source code at the project's repository here.

Bug reporting

Please report bugs here.

com.raylabz

RayLabz

RayLabz develops apps and software systems running on public clouds.

Versions

Version
1.0.0