{"id":37000449,"url":"https://github.com/fzed51/spicy-mash","last_synced_at":"2026-01-14T00:02:58.279Z","repository":{"id":62508486,"uuid":"343846016","full_name":"fzed51/spicy-mash","owner":"fzed51","description":"Classe de cryptage et décryptage simplifiée se basant sur OpenSSL","archived":false,"fork":false,"pushed_at":"2021-11-02T23:26:26.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T21:46:09.728Z","etag":null,"topics":["cryptography","openssl","php","simple"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fzed51.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-02T16:51:22.000Z","updated_at":"2021-11-02T23:26:23.000Z","dependencies_parsed_at":"2022-11-02T12:46:18.490Z","dependency_job_id":null,"html_url":"https://github.com/fzed51/spicy-mash","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fzed51/spicy-mash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzed51%2Fspicy-mash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzed51%2Fspicy-mash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzed51%2Fspicy-mash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzed51%2Fspicy-mash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fzed51","download_url":"https://codeload.github.com/fzed51/spicy-mash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzed51%2Fspicy-mash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cryptography","openssl","php","simple"],"created_at":"2026-01-14T00:02:57.519Z","updated_at":"2026-01-14T00:02:58.269Z","avatar_url":"https://github.com/fzed51.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spicy-mash\nClasse de hachage, cryptage et décryptage simplifiée se basant sur OpenSSL\n\n# Installation\n\n```\n  composer require fzed51/spicy-mash\n```\n\n# Utilisation\n\n## cryptage\n\n```php\n\u003c?php\n$mash = new \\Helper\\SpicyMash();\n$mashed = $mash-\u003ecrypt('message', 'spicy');\necho $mash-\u003edecrypt($mashed, 'spicy'); // message\n```\n\n```php\n\u003c?php\n$mash = new \\Helper\\SpicyMash('spicy');\n$mashed = $mash-\u003ecrypt('message', 'more spicy');\necho $mash-\u003edecrypt($mashed, 'more spicy'); // message\n```\n\n```php\n\u003c?php\n$mash = new \\Helper\\SpicyMash('spicy');\n$mashed = $mash-\u003ecrypt('message');\necho $mash-\u003edecrypt($mashed); // message\n```\n\nen cas d'abscence de clé (principale et spécifique) une exception est levée.\n\nen cas de problème de décryptage une exception est levée\n\n## hachage\n\n```php\n$mash = new \\Helper\\SpicyMash();\n$mashed = $mash-\u003ehash('message');\necho $mashed; // f8daf57a33..//..1770d5952c\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffzed51%2Fspicy-mash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffzed51%2Fspicy-mash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffzed51%2Fspicy-mash/lists"}