文件名称:shell-base64:POSIX Shell的Base64实现
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-29 23:47:23
Shell
shell-base64 如何使用: $ printf 'Man' | ./encode_base64.sh TWFu $ printf 'TWFu' | ./decode_base64.sh Man $ printf 'Man is distinguished, not only by his reason, but by this singular passion from other animals, which is a lust of the mind, that by a perseverance of delight in the continued and indefatigable generation of knowledge, exceeds the short vehemence of any carnal pleasure.' | ./encode_base64
【文件预览】:
shell-base64-master
----urlsafe_encode_base64.sh(16B)
----encode_base64.sh(951B)
----strict_encode_base64.sh(16B)
----decode_base64.sh(16B)
----lib()
--------strings.sh(456B)
--------operators.sh(2KB)
--------base64.sh(3KB)
----README.md(2KB)
----urlsafe_decode_base64.sh(16B)