Sabtu, 06 Agustus 2016

ENCRYPT DECRYPT dengan Openssl
di CentOs 7




Sebelumnya kalo yang belum install Openssl boleh di install dulu : 

# yum install openssl

Kalo udah bisa langsung buat file apa aja base nya text :

# nano coba.txt










Trus mulai deh kita encrypt :

openssl des3 -in coba.txt -out encrypted.txt










Setelah itu kita coba decrypt : 

openssl des3 -d -in encrypted.txt -out decrypted.txt










Dan data sudah berhasil anda Encrypt dan Decrypt,  terimakasih :)

This Is The Newest Post


EmoticonEmoticon

:)
:(
hihi
:-)
:D
=D
:-d
;(
;-(
@-)
:o
:>)
(o)
:p
:-?
(p)
:-s
8-)
:-t
:-b
b-(
(y)
x-)
(h)