Skip to content

Instantly share code, notes, and snippets.

@BluntBlade
BluntBlade / crc32 in bash
Last active December 2, 2020 01:55
A Bash version of CRC32
#!/bin/bash
##############################################################################
#
# Easy Qiniu Bash SDK
#
# www.qiniu.com
#
# Module: utils/crc32.sh
#
@BluntBlade
BluntBlade / sha1 in bash
Last active December 30, 2015 16:29
A Bash version of SHA1
#!/bin/bash
##############################################################################
#
# Easy Qiniu Bash SDK
#
# Module: sha1.sh
#
# Author: LIANG Tao
# Weibo: @无锋之刃
@BluntBlade
BluntBlade / base64 in bash
Last active April 4, 2019 18:56
A Bash version of Base64.
#!/bin/bash
##############################################################################
#
# Easy Qiniu Bash SDK
#
# Module: base64.sh
#
# Author: LIANG Tao
# Weibo: @无锋之刃