s

secure-strings

Utility for storing passwords in memory encrypted form to prevent heap inspection
https://github.com/dwp/secure-strings
MIT License
Andrew Valentine Chris Hulley
文件下载
文件名 操作
secure-strings-1.5.3.jar 下载
secure-strings-1.5.3.pom 下载
secure-strings-1.5.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>uk.gov.dwp.crypto</groupId>
  <artifactId>secure-strings</artifactId>
  <version>1.5.3</version>
</dependency>
Gradle Groovy
implementation 'uk.gov.dwp.crypto:secure-strings:1.5.3'
Gradle Kotlin
implementation("uk.gov.dwp.crypto:secure-strings:1.5.3")
Scala SBT
libraryDependencies += "uk.gov.dwp.crypto" % "secure-strings" % "1.5.3"
Groovy Grape
@Grapes(
  @Grab(group='uk.gov.dwp.crypto', module='secure-strings', version='1.5.3')
)
Apache Ivy
<dependency org="uk.gov.dwp.crypto" name="secure-strings" rev="1.5.3" />
Leiningen
[uk.gov.dwp.crypto/secure-strings "1.5.3"]
Apache Buildr
'uk.gov.dwp.crypto:secure-strings:jar:1.5.3'