Skip to content

Releases: shikokuchuo/secretbase

secretbase 1.0.5

04 Mar 14:50
13ab20e

Choose a tag to compare

  • Package is re-licensed under the MIT licence.

secretbase 1.0.4

16 Jan 20:38
4572dba

Choose a tag to compare

  • base64dec() now errors if convert = TRUE and conversion to a character string fails, no longer returning a raw vector (accompanied by a warning).

secretbase 1.0.3

02 Oct 13:23
f4d3180

Choose a tag to compare

  • base64dec() now emits a suppressable warning when failing to convert back to a character string.

secretbase 1.0.2

09 Sep 11:35
10e0c66

Choose a tag to compare

  • Improves hash performance in most situations, especially for large files, by optimizing buffer sizes.

secretbase 1.0.1

22 Jul 09:06
825b313

Choose a tag to compare

  • Improved error message if argument 'convert' is not of logical type.

secretbase 1.0.0

16 Jun 11:25
5349047

Choose a tag to compare

  • Adds base64 encoding and decoding.
  • sha3() restricts 'bit' argument to one of 224, 256, 384 or 512.

secretbase 0.5.0

25 Apr 07:18
80cbbd9

Choose a tag to compare

  • Adds Keccak cryptographic hash algorithm.
  • Adds shake256() to delineate from sha3().
  • Use of sha3() supplying 'bit' argument other than 224, 256, 384 or 512 is deprecated.

secretbase 0.4.0

04 Apr 08:11
96f6c51

Choose a tag to compare

  • Adds HMAC generation to sha256().
  • Adds SipHash pseudo-random function (PRF) as a fast, cryptographically-strong keyed hash.

secretbase 0.3.0

21 Feb 12:00
f00d5c6

Choose a tag to compare

  • Adds SHA-256 cryptographic hash algorithm.
  • Folds file hashing into the 'file' argument of the main hash function.

secretbase 0.2.0

01 Feb 09:47
ced25de

Choose a tag to compare

  • Adds file hashing interface.