gitextract_fsb2jzk4/ ├── .github/ │ ├── FUNDING.yml │ └── ISSUE_TEMPLATE/ │ ├── bug_report.md │ └── new-issue.md ├── .gitignore ├── .husky/ │ └── pre-commit ├── .prettierignore ├── .prettierrc.json ├── CODE_OF_CONDUCT.md ├── LICENSE ├── MIGRATING.md ├── README.md ├── SECURITY.md ├── cli/ │ ├── helpers.js │ └── index.js ├── example/ │ ├── encrypted/ │ │ └── example.html │ └── example.html ├── index.html ├── lib/ │ ├── codec.js │ ├── cryptoEngine.js │ ├── formater.js │ ├── password_template.html │ └── staticryptJs.js ├── package.json └── scripts/ ├── build.sh ├── buildIndex.js └── index_template.html