Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsrchboy/perlio-via-gnupg
Layer to try to decrypt on read
https://github.com/rsrchboy/perlio-via-gnupg
gnupg perl perlio
Last synced: about 2 months ago
JSON representation
Layer to try to decrypt on read
- Host: GitHub
- URL: https://github.com/rsrchboy/perlio-via-gnupg
- Owner: rsrchboy
- License: other
- Created: 2013-06-26T04:35:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T01:46:51.000Z (almost 7 years ago)
- Last Synced: 2023-08-20T22:52:26.297Z (over 1 year ago)
- Topics: gnupg, perl, perlio
- Language: Perl
- Homepage: http://metacpan.org/release/PerlIO-via-GnuPG/
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.mkdn
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/RsrchBoy/perlio-via-gnupg.svg?branch=master)](https://travis-ci.org/RsrchBoy/perlio-via-gnupg)
[![Kwalitee status](http://cpants.cpanauthors.org/dist/PerlIO-via-GnuPG.png)](http://cpants.charsbar.org/dist/overview/PerlIO-via-GnuPG)
[![Coverage Status](https://coveralls.io/repos/RsrchBoy/perlio-via-gnupg/badge.png?branch=master)](https://coveralls.io/r/RsrchBoy/perlio-via-gnupg?branch=master)# NAME
PerlIO::via::GnuPG - Layer to try to decrypt on read
# VERSION
This document describes version 0.006 of PerlIO::via::GnuPG - released August 10, 2015 as part of PerlIO-via-GnuPG.
# SYNOPSIS
use PerlIO::via::GnuPG;
# dies on error, and if the file is not encrypted
open(my $fh, '<:via(GnuPG)', 'secret.txt.asc')
or die "cannot open! $!";my @in = <$fh>; # or whatever...
# DESCRIPTION
This is a [PerlIO](https://metacpan.org/pod/PerlIO) module to decrypt files transparently. It's pretty
simple and does not support writing, but works....and if it doesn't, please file an issue :)
# CUSTOM WARNING CATEGORIES
This package emits warnings from time to time. To disable warnings generated
when passing through unencrypted data:no warnings 'PerlIO::via::GnuPG::unencrypted';
Likewise, to disable all warnings issued by this package:
no warnings 'PerlIO::via::GnuPG';
# SEE ALSO
Please see those modules/websites for more information related to this module.
- [PerlIO::via::GnuPG::Maybe](https://metacpan.org/pod/PerlIO::via::GnuPG::Maybe)
- [PerlIO](https://metacpan.org/pod/PerlIO)
- [PerlIO::via](https://metacpan.org/pod/PerlIO::via)# BUGS
Please report any bugs or feature requests on the bugtracker website
https://github.com/RsrchBoy/perlio-via-gnupg/issuesWhen submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.# AUTHOR
Chris Weyl
## I'm a material boy in a material world
Please note **I do not expect to be gittip'ed or flattr'ed for this work**,
rather **it is simply a very pleasant surprise**. I largely create and release
works like this because I need them or I find it enjoyable; however, don't let
that stop you if you feel like it ;)[Flattr](https://flattr.com/submit/auto?user_id=RsrchBoy&url=https%3A%2F%2Fgithub.com%2FRsrchBoy%2Fperlio-via-gnupg&title=RsrchBoy's%20CPAN%20PerlIO-via-GnuPG&tags=%22RsrchBoy's%20PerlIO-via-GnuPG%20in%20the%20CPAN%22),
[Gratipay](https://gratipay.com/RsrchBoy/), or indulge my
[Amazon Wishlist](http://bit.ly/rsrchboys-wishlist)... If and \*only\* if you so desire.# COPYRIGHT AND LICENSE
This software is Copyright (c) 2013 by Chris Weyl.
This is free software, licensed under:
The GNU Lesser General Public License, Version 2.1, February 1999