- Node.js
- NPM / Yarn
Gunakan script ini dengan hati-hati.
Secara default, script ini akan meng-encrypt semua file dan folder di mana anda menjalankan command bayardulu
(Current Working Directory).
Jangan sampai kalian tanpa sengaja meng-encrypt seluruh storage kalian.
Saya tidak bertanggung jawab atas segala kesalahan yang terjadi karena kecerobohan user.
- Install package
- Local
- NPM
npm install bayardulu --save-dev
- Yarn
yarn add bayardulu --dev
- NPM
- Global (bisa dijalankan di mana saja, tapi tidak direkomendasikan karena sangat berisiko)
- NPM
npm install -g bayardulu
- Yarn
yarn global add bayardulu
- NPM
- Masuk ke folder project yang ingin di-encrypt
cd path/project
- Run command
-
Local
-
NPM
# encrypt npx bayardulu encrypt # decrypt npx bayardulu decrypt
-
Yarn
# encrypt yarn run bayardulu encrypt # decrypt yarn run bayardulu decrypt
-
-
Global
# encrypt bayardulu encrypt # decrypt bayardulu decrypt
npx bayardulu encrypt [nama_file_1] [nama_file_2] [dst]
npx bayardulu encrypt [nama_file] -x plongaplongo
# npx bayardulu encrypt [nama_file] --extension plongaplongo
npx bayardulu encrypt [nama_file] -k awokawokawok
# npx bayardulu encrypt [nama_file] --secret-key awokawokawok
npx bayardulu decrypt [nama_file_1] [nama_file_2] [dst]
npx bayardulu decrypt [nama_file_1] -o
# npx bayardulu decrypt [nama_file_1] --overwrite
npx bayardulu -h
# npx bayardulu --help
npx bayardulu -v
# npx bayardulu --version
BAYARDULU_KEY
= Secret key untuk enkripsiBAYARDULU_EXT
= Extension file hasil enkripsi
You guys can support me on the tracteer platform! Your support will be very helpful for me, but with you this star project has also been very helpful, you know!