jsec

A simple encryption and hashing library for Java.

Лицензия

Лицензия

Группа

Группа

com.raylabz
Идентификатор

Идентификатор

jsec
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

jsec
A simple encryption and hashing library for Java.
Ссылка на сайт

Ссылка на сайт

http://maven.apache.org
Система контроля версий

Система контроля версий

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

Скачать jsec

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0.0