Package: hightR 0.3.0

Yongwoo Kim
hightR: HIGHT Algorithm
HIGHT(HIGh security and light weigHT) algorithm is a block cipher encryption algorithm developed to provide confidentiality in computing environments that demand low power consumption and lightweight, such as RFID(Radio-Frequency Identification) and USN(Ubiquitous Sensor Network), or in mobile environments that require low power consumption and lightweight, such as smartphones and smart cards. Additionally, it is designed with a simple structure that enables it to be used with basic arithmetic operations, XOR, and circular shifts in 8-bit units. This algorithm was designed to consider both safety and efficiency in a very simple structure suitable for limited environments, compared to the former 128-bit encryption algorithm SEED. In December 2010, it became an ISO(International Organization for Standardization) standard. The detailed procedure is described in Hong et al. (2006) <doi:10.1007/11894063_4>.
Authors:
hightR_0.3.0.tar.gz
hightR_0.3.0.zip(r-4.7)hightR_0.3.0.zip(r-4.6)hightR_0.3.0.zip(r-4.5)
hightR_0.3.0.tgz(r-4.6-any)hightR_0.3.0.tgz(r-4.5-any)
hightR_0.3.0.tar.gz(r-4.7-any)hightR_0.3.0.tar.gz(r-4.6-any)
hightR_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
hightR/json (API)
| # Install 'hightR' in R: |
| install.packages('hightR', repos = c('https://yongwoo-eg-kim.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/yongwoo-eg-kim/hightr/issues
Last updated from:2bc311751e. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 96 | ||
| source / vignettes | OK | 114 | ||
| linux-release-x86_64 | OK | 92 | ||
| macos-release-arm64 | OK | 168 | ||
| macos-oldrel-arm64 | OK | 154 | ||
| windows-devel | OK | 73 | ||
| windows-release | OK | 82 | ||
| windows-oldrel | OK | 55 | ||
| wasm-release | OK | 78 |
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Perform decryption using HIGHT. | hight_dec |
| Perform encryption using HIGHT. | hight_enc |