{"id":26667291,"url":"https://github.com/vargalaszlo87/ghcrypt","last_synced_at":"2025-07-12T01:38:01.665Z","repository":{"id":180334702,"uuid":"664973183","full_name":"vargalaszlo87/ghcrypt","owner":"vargalaszlo87","description":"keyless text encryptor/decryptor","archived":false,"fork":false,"pushed_at":"2023-11-15T19:07:27.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-11-15T20:26:44.029Z","etag":null,"topics":["decrypt","encrypt","encrypt-decrypt","php","string","string-decryption","string-encryption"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/vargalaszlo87.png","metadata":{"files":{"readme":"README.md","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,"governance":null}},"created_at":"2023-07-11T06:54:46.000Z","updated_at":"2023-11-15T20:26:44.317Z","dependencies_parsed_at":"2023-11-15T20:26:44.011Z","dependency_job_id":"2fe5d870-177e-4de3-a5b1-590255ee61e9","html_url":"https://github.com/vargalaszlo87/ghcrypt","commit_stats":null,"previous_names":["vargalaszlo87/ghcrypt"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vargalaszlo87%2Fghcrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vargalaszlo87%2Fghcrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vargalaszlo87%2Fghcrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vargalaszlo87%2Fghcrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vargalaszlo87","download_url":"https://codeload.github.com/vargalaszlo87/ghcrypt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245532628,"owners_count":20630959,"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":["decrypt","encrypt","encrypt-decrypt","php","string","string-decryption","string-encryption"],"created_at":"2025-03-25T19:36:53.920Z","updated_at":"2025-03-25T19:36:54.440Z","avatar_url":"https://github.com/vargalaszlo87.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GHCrypt\n\nThis is a keyless encrypt/decrypt algorithm for plain text.\n\n\n## Usage/Examples\n\n```php\n\u003c?php\n$text = \"follow the white rabbit...\";\n\n\t$myCrypt = new GHCrypt();\n\t$encrypt = $myCrypt -\u003e enstring($text);\n\t$decrypt = $myCrypt -\u003e destring($encrypt);\n\n\techo \"Plain-text: \".$text.\"\\n\";\n\techo \"Crypted: \".$encrypt.\"\\n\";\n\techo \"Decrypted: \".$decrypt.\"\\n\";\n\nunset($myCrypt);\n?\u003e\n```\n\n## Demo\n\nThe result after two runs:\n\n![App Screenshot](https://vargalaszlo.com/images/out/ghcrypt.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvargalaszlo87%2Fghcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvargalaszlo87%2Fghcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvargalaszlo87%2Fghcrypt/lists"}