{"id":15286143,"url":"https://github.com/giterlizzi/perl-crypt-pbe","last_synced_at":"2025-03-23T21:21:59.933Z","repository":{"id":56830655,"uuid":"276869308","full_name":"giterlizzi/perl-Crypt-PBE","owner":"giterlizzi","description":"Perl extension for PKCS #5 Password-Based Encryption Algorithms","archived":false,"fork":false,"pushed_at":"2023-04-28T16:32:14.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T04:42:43.923Z","etag":null,"topics":["crypt","encryption","hacktoberfest","pbe","perl","pkcs"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/giterlizzi.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-03T10:09:16.000Z","updated_at":"2023-04-28T16:01:37.000Z","dependencies_parsed_at":"2024-09-30T15:11:38.054Z","dependency_job_id":"d28f97d2-b4eb-4bff-b817-a01118617177","html_url":"https://github.com/giterlizzi/perl-Crypt-PBE","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giterlizzi%2Fperl-Crypt-PBE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giterlizzi%2Fperl-Crypt-PBE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giterlizzi%2Fperl-Crypt-PBE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giterlizzi%2Fperl-Crypt-PBE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giterlizzi","download_url":"https://codeload.github.com/giterlizzi/perl-Crypt-PBE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245169907,"owners_count":20571977,"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":["crypt","encryption","hacktoberfest","pbe","perl","pkcs"],"created_at":"2024-09-30T15:10:45.901Z","updated_at":"2025-03-23T21:21:59.889Z","avatar_url":"https://github.com/giterlizzi.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Release](https://img.shields.io/github/release/giterlizzi/perl-Crypt-PBE.svg)](https://github.com/giterlizzi/perl-Crypt-PBE/releases) [![Actions Status](https://github.com/giterlizzi/perl-Crypt-PBE/workflows/linux/badge.svg)](https://github.com/giterlizzi/perl-Crypt-PBE/actions) [![License](https://img.shields.io/github/license/giterlizzi/perl-Crypt-PBE.svg)](https://github.com/giterlizzi/perl-Crypt-PBE) [![Starts](https://img.shields.io/github/stars/giterlizzi/perl-Crypt-PBE.svg)](https://github.com/giterlizzi/perl-Crypt-PBE) [![Forks](https://img.shields.io/github/forks/giterlizzi/perl-Crypt-PBE.svg)](https://github.com/giterlizzi/perl-Crypt-PBE) [![Issues](https://img.shields.io/github/issues/giterlizzi/perl-Crypt-PBE.svg)](https://github.com/giterlizzi/perl-Crypt-PBE/issues) [![Coverage Status](https://coveralls.io/repos/github/giterlizzi/perl-Crypt-PBE/badge.svg)](https://coveralls.io/github/giterlizzi/perl-Crypt-PBE)\n\n# Crypt::PBE - Perl extension for PKCS #5 Password-Based Encryption\n\n## Synopsis\n\n```.pl\nuse Crypt::PBE qw(:jce);\n\nmy $pbe = PBEWithMD5AndDES('mypassword');\n\nmy $encrypted = $pbe-\u003eencrypt('secret'); # Base64 encrypted data\n\nprint $pbe-\u003edecrypt($encrypted);\n```\n\n## Install\n\nTo install `Crypt::PBE` distribution, run the following commands:\n\n    perl Makefile.PL\n    make\n    make test\n    make install\n\n## Copyright\n\n - Copyright 2020-2023 © Giuseppe Di Terlizzi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiterlizzi%2Fperl-crypt-pbe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiterlizzi%2Fperl-crypt-pbe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiterlizzi%2Fperl-crypt-pbe/lists"}