UNPKG

kaalka

Version:

Kaalka: Time-based encryption library for Node.js supporting robust, lossless text and file encryption using clock hand angles and trigonometric functions.

42 lines (41 loc) 1.04 kB
{ "name": "kaalka", "version": "4.0.0", "description": "Kaalka: Time-based encryption library for Node.js supporting robust, lossless text and file encryption using clock hand angles and trigonometric functions.", "main": "kaalka.js", "scripts": { "test": "jest" }, "keywords": [ "encryption", "cryptography", "time-based", "kaalka", "file-encryption", "nodejs", "security" ], "files": [ "kaalka.js", "kaalkaNTP/", "kaalka/", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/PIYUSH-MISHRA-00/Kaalka-Encryption-Algorithm/tree/javascript" }, "author": "PIYUSH-MISHRA-00", "bugs": { "url": "https://github.com/PIYUSH-MISHRA-00/Kaalka-Encryption-Algorithm/issues" }, "homepage": "https://github.com/PIYUSH-MISHRA-00/Kaalka-Encryption-Algorithm", "devDependencies": { "jest": "^30.0.3" }, "dependencies": { "mathjs": "^14.5.3", "ntp-client": "^0.5.3" } }