Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

*** WARNING : deprecated key derivation used

# You write something as
openssl aes-256-cbc -salt -in $input -out $output
# Change your command to
openssl enc -aes-256-cbc -md sha512 -pbkdf2 -iter 100000 -salt -in $input -out $output
Comment

PREVIOUS NEXT
Code Example
Shell :: crontab only working days 
Shell :: install golang ubuntu 
Shell :: list files by last modified linux 
Shell :: install sqlite browser 
Shell :: install opencv 
Shell :: print last terminal commands 
Shell :: how to link a directory in linux 
Shell :: how to refresh cache on github 
Shell :: use find command to search file contents 
Shell :: install ubuntu deb 
Shell :: vscode tab not working ubuntu windows 
Shell :: edit cron jobs linux 
Shell :: remove global packages npm 
Shell :: anconda install django 
Shell :: ssh vs gpg keys 
Shell :: auth token 
Shell :: git commit current changes to existing branch 
Shell :: powershell http request 
Shell :: install slack ubuntu 
Shell :: bash read multiple lines from user 
Shell :: linux ip addr add 
Shell :: tasksel: apt-get failed (100) 
Shell :: timestamp zsh terminal 
Shell :: how to delete commits on github 
Shell :: ubuntu power settings high performance 
Shell :: uninstall dependencies yarn 
Shell :: hydra use find password cracker 
Shell :: wget git bash 
Shell :: git create branch from tag 
Shell :: gitlab remove branch 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =