{"id":21464263,"url":"https://github.com/shuque/dgst","last_synced_at":"2025-09-09T16:47:29.091Z","repository":{"id":10605852,"uuid":"12822439","full_name":"shuque/dgst","owner":"shuque","description":"A python program to compute cryptographic hashes (md5, sha1, sha256, sha384, sha512)","archived":false,"fork":false,"pushed_at":"2016-03-19T22:12:46.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-23T14:53:37.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shuque.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-14T01:05:11.000Z","updated_at":"2017-03-23T14:23:14.000Z","dependencies_parsed_at":"2022-07-21T12:32:26.775Z","dependency_job_id":null,"html_url":"https://github.com/shuque/dgst","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuque%2Fdgst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuque%2Fdgst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuque%2Fdgst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuque%2Fdgst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuque","download_url":"https://codeload.github.com/shuque/dgst/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243977288,"owners_count":20377861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-23T07:30:45.861Z","updated_at":"2025-03-17T05:24:11.768Z","avatar_url":"https://github.com/shuque.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Program:\tdgst\nVersion:\t0.2\nAuthor:\t\tShumon Huque \u003cshuque@gmail.com\u003e\n\n# dgst: compute a cryptographic digest of input files or stdin,\n# analogous to the \"openssl dgst -md5|-sha1|-sha256|-sha512\" command.\n# Requires the \"hashlib\" module, in python \u003e= 2.5\n#\n# Usage: dgst [md5|sha1|sha256|sha384|sha512] [file1 file2 ...]\n#\n# Author: Shumon Huque \u003cshuque@gmail.com\u003e\n\nPre-requisites:\n\n\tPython 2.7 or later, or Python 3.x\n\nInstallation:\n\n    * System wide (typically /usr/bin or /usr/local/bin), as root:\n\n        python setup.py install\n\n    * In your home directory ($HOME/bin):\n\n        python setup.py install --home=$HOME\n\n    * Or just copy the \"dgst\" file to wherever you want to put it.\n\n\nExample runs:\n\n$ echo hello | dgst sha256\nsha256(STDIN)= 5891b5b522d5df086d0ff0b110fbd9d21bb4fc7163af34d08286a2e846f6be03\n\n$ dgst md5 file1 file2 file3\nmd5(file1)= 2b1abc6b6c5c0018851f9f8e6475563b\nmd5(file2)= 575c5638d60271457e54ab7d07309502\nmd5(file3)= 3385b5d27d4c2923e9cde7ea53f28e2b\n\n\n# Copyright (C) 2013, Shumon Huque\n#\n# This is free software; you can redistribute it and/or modify it\n# under the terms of the GNU General Public License as published by\n# the Free Software Foundation; either version 2, or (at your option)\n# any later version.\n#\n# This program is distributed in the hope that it will be useful, \n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; see the file COPYING.  If not, write to the \n# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,\n# MA 02110-1301, USA.\n#\n# Author: Shumon Huque \u003cshuque -@- gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuque%2Fdgst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuque%2Fdgst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuque%2Fdgst/lists"}