boho
v1.0.2
Published
Encryption, authentication, Secure communication
Downloads
57
Maintainers
Readme
Boho
The Boho library implements cryptographic authentication protocols, secure communication, and general cryptography.
boho
means Protection
features
- general encryption.
- authentication.
- secure communication.
- End-to-End Encryption with Symmetric.
- support JS & C/C++ for Arduino.
libraries
applications
- Websocket authentication, secure communication.
- secure TCP/Serial/Stream communication, authentication.
- secure MQTT payload.
- local file encryption.
core
- Using SHA256
- xotp
- generateOTP
- generateHMAC
general purpose encryption
- encryptPack
- decryptPack
authentication protocol.
- AUTH_REQ
- AUTH_NONCE
- AUTH_HMAC
- check_auth_hmac
- AUTH_ACK
- check_auth_ack_hamc
- AUTH_FAIL
secure communication after auth.
- ENC_488
- ENC_E2E
license
- MIT
changelog Update
v1.0.2 :
- dist/filename change
- UMD(IIFE) for browser
- v1.0.2:
./dist/boho.min.js
- v1.0.2:
- UMD(IIFE) for browser