Skip to content

Releases: shikokuchuo/secretbase

secretbase 1.0.3

02 Oct 13:23
f4d3180
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Adds HMAC generation to sha256().
  • Adds SipHash pseudo-random function (PRF) as a fast, cryptographically-strong keyed hash.

CRAN release 0.3.0

21 Feb 12:00
f00d5c6
Compare
Choose a tag to compare

secretbase 0.3.0

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

CRAN release 0.2.0

01 Feb 09:47
ced25de
Compare
Choose a tag to compare

secretbase 0.2.0

  • Adds file hashing interface.

CRAN release 0.1.0

22 Jan 20:31
630dd7d
Compare
Choose a tag to compare

secretbase 0.1.0

  • Initial CRAN release.