To get the checksum of a string, use this.
echo -n "yourstring" |md5sum
echo -n "yourstring" |sha1sum
echo -n "yourstring" |sha256sum
source Stackoverflow
Zufällig gesammelte Themen
To get the checksum of a string, use this.
echo -n "yourstring" |md5sum
echo -n "yourstring" |sha1sum
echo -n "yourstring" |sha256sum
source Stackoverflow