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.5)hightR_0.3.0.zip(r-4.4)hightR_0.3.0.zip(r-4.3)
hightR_0.3.0.tgz(r-4.4-any)hightR_0.3.0.tgz(r-4.3-any)
hightR_0.3.0.tar.gz(r-4.5-noble)hightR_0.3.0.tar.gz(r-4.4-noble)
hightR_0.3.0.tgz(r-4.4-emscripten)hightR_0.3.0.tgz(r-4.3-emscripten)
hightR.pdf |hightR.html✨
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 2 years agofrom:84eb2291d5. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win | OK | Nov 06 2024 |
R-4.5-linux | OK | Nov 06 2024 |
R-4.4-win | OK | Nov 06 2024 |
R-4.4-mac | OK | Nov 06 2024 |
R-4.3-win | OK | Nov 06 2024 |
R-4.3-mac | OK | Nov 06 2024 |
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Perform decryption using HIGHT. | hight_dec |
Perform encryption using HIGHT. | hight_enc |