CRAN

argon2 0.2-0

Secure Password Hashing

Released Jun 12, 2017 by Drew Schmidt

This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and all tests failed.

Utilities for secure password hashing via the argon2 algorithm. It is a relatively new hashing algorithm and is believed to be very secure. The 'argon2' implementation included in the package is the reference implementation. The package also includes some utilities that should be useful for digest authentication, including a wrapper of 'blake2b'. For similar R packages, see sodium and 'bcrypt'. See or for more information.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>argon2</artifactId>
    <version>0.2-0-b18</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:argon2')

Test Results

This package was last tested against Renjin 0.9.2689 on Aug 26, 2018.

Source

R
C

View GitHub Mirror

Release History