How to base64 encode /dev/random or /dev/urandom?

后端 未结 7 1266
梦毁少年i
梦毁少年i 2020-12-25 10:06

cat /dev/urandom is always a fun way to create scrolling characters on your display, but produces too many non-printable characters.

Is there an easy wa

相关标签:
7条回答
  • 2020-12-25 10:56

    Try

    xxd -ps /dev/urandom
    

    xxd(1)

    0 讨论(0)
提交回复
热议问题