Package: secretbase 1.0.5
secretbase: Cryptographic Hash, Extendable-Output and Base64 Functions
Fast and memory-efficient streaming hash functions and base64 encoding / decoding. Hashes strings and raw vectors directly. Stream hashes files which can be larger than memory, as well as in-memory objects through R's serialization mechanism. Implementations include the SHA-256, SHA-3 and 'Keccak' cryptographic hash functions, SHAKE256 extendable-output function (XOF), and 'SipHash' pseudo-random function.
Authors:
secretbase_1.0.5.tar.gz
secretbase_1.0.5.zip(r-4.6)secretbase_1.0.5.zip(r-4.5)secretbase_1.0.5.zip(r-4.4)
secretbase_1.0.5.tgz(r-4.5-x86_64)secretbase_1.0.5.tgz(r-4.5-arm64)secretbase_1.0.5.tgz(r-4.4-x86_64)secretbase_1.0.5.tgz(r-4.4-arm64)
secretbase_1.0.5.tar.gz(r-4.6-arm64)secretbase_1.0.5.tar.gz(r-4.6-x86_64)secretbase_1.0.5.tar.gz(r-4.5-arm64)secretbase_1.0.5.tar.gz(r-4.5-x86_64)
secretbase_1.0.5.tgz(r-4.5-emscripten)secretbase_1.0.5.tgz(r-4.4-emscripten)
secretbase.pdf |secretbase.html✨
secretbase/json (API)
NEWS
# Install 'secretbase' in R: |
install.packages('secretbase', repos = c('https://test.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/shikokuchuo/secretbase/issues
Pkgdown site:https://shikokuchuo.net
base64cryptographic-hash-functionsextendable-output-functionskeccaksha256sha3shake256siphash
Last updated 4 months ago from:13ab20eb14 (on v1.0.5). Checks:14 OK. Indexed: no.
Target | Result | Total time |
---|---|---|
linux-devel-arm64 | OK | 101 |
linux-devel-x86_64 | OK | 97 |
source / vignettes | OK | 111 |
linux-release-arm64 | OK | 89 |
linux-release-x86_64 | OK | 91 |
macos-release-arm64 | OK | 63 |
macos-release-x86_64 | OK | 137 |
macos-oldrel-arm64 | OK | 91 |
macos-oldrel-x86_64 | OK | 121 |
windows-devel | OK | 62 |
windows-release | OK | 62 |
windows-oldrel | OK | 65 |
wasm-release | OK | 75 |
wasm-oldrel | OK | 73 |
Exports:base64decbase64enckeccaksha256sha3shake256siphash13
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
secretbase: Cryptographic Hash, Extendable-Output and Base64 Functions | secretbase-package secretbase |
Base64 Decode | base64dec |
Base64 Encode | base64enc |
Keccak Cryptographic Hash Algorithms | keccak |
SHA-256 Cryptographic Hash Algorithm | sha256 |
SHA-3 Cryptographic Hash Algorithms | sha3 |
SHAKE256 Extendable Output Function | shake256 |
SipHash Pseudorandom Function | siphash13 |