ifqygazhar / encrypt-decrypt-file

encrypt-decrypt file type aes tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encrypt - decrypt tools

Tools ini di ciptakan untuk membuat sebuah CTF atau Capture the flag

Installation

harus install golang terlebih dahulu untuk windows dan Mac OS bisa download DISINI

Untuk user linux bisa install lewat terminal

sudo apt-get install golang-go
sudo apt-get install go

Usage

simpan di dalam folder pisahkan encrypt.go dan decrypt.go ubah file name nya menjadi main.go (pastikan file satu folder dengan codingan)

sehabis itu ketikan perintah di terminal

go run main.go

lalu masukan data yang di suruh sama program

Perhatian

Untuk Key harus memasukan huruf 32bit contoh nya

passphrasewhichneedstobe32bytes!

License

MIT

About

encrypt-decrypt file type aes tool


Languages

Language:Go 100.0%