Spring Cryptographic Utilities

A framework for easier configuration of cryptographic utilities using Spring.

Лицензия

Лицензия

Группа

Группа

com.google.code.spring-crypto-utils
Идентификатор

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

spring-crypto-utils
Последняя версия

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

1.4.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spring Cryptographic Utilities
A framework for easier configuration of cryptographic utilities using Spring.
Система контроля версий

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

http://github.com/mcaserta/spring-crypto-utils

Скачать spring-crypto-utils

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
commons-codec : commons-codec jar
commons-logging : commons-logging Необязательный jar
org.springframework : spring-context jar

test (3)

Идентификатор библиотеки Тип Версия
org.bouncycastle : bcprov-jdk16 jar 1.46
junit : junit jar
org.springframework : spring-test jar

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

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

Quality Gate Status Security Rating Vulnerabilities

Welcome fellow hacker. This is the main development branch, where things are a work in progress towards the shiny next new version: 1.5.0.

The main focus right now is about:

  • Java 11
  • no more necessity for spring
  • in fact, no more necessity for any dependency at all
  • completely java based approach with a single entry point for all features: the Crypt class so that you can just type Crypt. in your IDE of choice and let autocompletion do the rest

If you are looking for the stable version, the branch is 1.4.

Bye, Mirko.

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

Версия
1.4.0
1.3.6
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.9.3