エンコード
base64 -i <plain file>.txt -o base64key
デコード
echo `cat <encode file>.txt` | base64 -D
Go to list of users who liked
More than 3 years have passed since last update.
エンコード
base64 -i <plain file>.txt -o base64key
デコード
echo `cat <encode file>.txt` | base64 -D
Register as a new user and use Qiita more conveniently
Go to list of users who liked