UNPKG

ahfc

Version:

Aarav Hyper Fortress Cipher (AHFC) - Powerful file encryption CLI with unbreakable logic.

21 lines (20 loc) 503 B
{ "name": "ahfc", "version": "1.2.1", "description": "Aarav Hyper Fortress Cipher (AHFC) - Powerful file encryption CLI with unbreakable logic.", "main": "ahfc.js", "bin": { "ahfc": "./ahfc.js" }, "scripts": { "start": "node ahfc.js" }, "author": "Aarav Mehta", "license": "CC BY-NC 4.0", "keywords": ["encryption", "cli", "aes", "argon2", "file-security", "cipher"], "dependencies": { "argon2": "^0.30.1", "chalk": "^5.3.0", "cli-progress": "^3.12.0" } }