About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
hellokitty111
5/13/2015 - 3:29 AM
share
Share
add_circle_outline
Save
生成随机字符
生成随机字符
generate_random.sh
content_copy
file_download
cat /dev/urandom | env LC_CTYPE=C tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1
clear