Thinbus SRP6a

Complete Secure Remote Password (SRP-6a) client session implementation written in Javascript / EMCAScript with a compatible server implementation written with Java Nimbus SRP6a.

License

License

Categories

Categories

JavaScript Languages
GroupId

GroupId

org.bitbucket.simon_massey
ArtifactId

ArtifactId

srp6a-js
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Thinbus SRP6a
Complete Secure Remote Password (SRP-6a) client session implementation written in Javascript / EMCAScript with a compatible server implementation written with Java Nimbus SRP6a.
Project URL

Project URL

https://bitbucket.org/simon_massey/thinbus-srp-js
Source Code Management

Source Code Management

https://bitbucket.org/simon_massey/thinbus-srp-js

Download srp6a-js

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.nimbusds : srp6a jar 1.5

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
commons-io : commons-io jar 2.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0