Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haukex/digest-sri
Digest::SRI - calculate and verify Subresource Integrity hashes
https://github.com/haukex/digest-sri
digest perl perl-module perl5 perl5-module sri subresource-integrity
Last synced: 11 days ago
JSON representation
Digest::SRI - calculate and verify Subresource Integrity hashes
- Host: GitHub
- URL: https://github.com/haukex/digest-sri
- Owner: haukex
- License: gpl-3.0
- Created: 2018-10-24T19:58:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T14:10:15.000Z (10 months ago)
- Last Synced: 2024-11-29T03:30:45.395Z (2 months ago)
- Topics: digest, perl, perl-module, perl5, perl5-module, sri, subresource-integrity
- Language: Perl
- Homepage: https://metacpan.org/pod/Digest::SRI
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE.txt
Awesome Lists containing this project
README
Digest-SRI
==========This is the distribution of the Perl module
[`Digest::SRI`](https://metacpan.org/pod/Digest::SRI).It is a Perl extension for calculating and verifying Subresource
Integrity hashes. See for background.Please see the module's documentation (POD) for details (try the
command `perldoc lib/Digest/SRI.pm`) and the file `Changes` for
version information.[![Travis CI Build Status](https://travis-ci.org/haukex/Digest-SRI.svg)](https://travis-ci.org/haukex/Digest-SRI)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/haukex/Digest-SRI?svg=true)](https://ci.appveyor.com/project/haukex/digest-sri)
[![Coverage Status](https://coveralls.io/repos/github/haukex/Digest-SRI/badge.svg)](https://coveralls.io/github/haukex/Digest-SRI)
[![Kwalitee Score](https://cpants.cpanauthors.org/dist/Digest-SRI.svg)](https://cpants.cpanauthors.org/dist/Digest-SRI)
[![CPAN Testers](https://haukex.github.io/my-badges/Digest-SRI.svg)](http://matrix.cpantesters.org/?dist=Digest-SRI)Installation
------------To install this module type the following:
perl Makefile.PL
make
make test
make installIf you are running Windows, you may need to use `dmake`, `nmake`,
or `gmake` instead of `make`.Dependencies
------------Requirements: Perl v5.6 or higher (a more current version is
*strongly* recommended) and several of its core modules; users of
older Perls may need to upgrade some core modules.The full list of required modules can be found in the file
`Makefile.PL`. This module should work on any platform supported
by these modules.Author, Copyright and License
-----------------------------Copyright (c) 2018 Hauke Daempfling
at the Leibniz Institute of Freshwater Ecology and Inland Fisheries (IGB),
Berlin, Germany,This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .