{"id":23803521,"url":"https://github.com/d3cod3/wp-elsewhere-cookies","last_synced_at":"2025-11-11T05:34:07.085Z","repository":{"id":149329827,"uuid":"88408876","full_name":"d3cod3/wp-elsewhere-cookies","owner":"d3cod3","description":"Harden cookies encryption mechanism for wordpress.","archived":false,"fork":false,"pushed_at":"2017-04-16T11:27:55.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-01T22:35:13.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/d3cod3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-04-16T11:26:39.000Z","updated_at":"2017-04-16T11:27:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"a041583f-5bec-4e1c-b827-95c5390f228d","html_url":"https://github.com/d3cod3/wp-elsewhere-cookies","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3cod3%2Fwp-elsewhere-cookies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3cod3%2Fwp-elsewhere-cookies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3cod3%2Fwp-elsewhere-cookies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3cod3%2Fwp-elsewhere-cookies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d3cod3","download_url":"https://codeload.github.com/d3cod3/wp-elsewhere-cookies/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240054101,"owners_count":19740766,"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":[],"created_at":"2025-01-01T22:32:11.648Z","updated_at":"2025-11-11T05:34:07.057Z","avatar_url":"https://github.com/d3cod3.png","language":"PHP","readme":"# wp-elsewhere-cookies\n\nwp-elsewhere-cookies is a WordPress plugin to harden his cookies encryption mechanism.\n\n## Requirements\n\n* PHP \u003e= 5.4\n* WordPress \u003e= 4.4 (see https://core.trac.wordpress.org/ticket/33904)\n\n## Installation\n\nManually copy `libs/` folder and `wp-elsewhere-cookies.php` into your `mu-plugins` folder, [Must Use Plugins](https://codex.wordpress.org/Must_Use_Plugins).\n\nManually copy `wp-crypto.php` elsewhere, a good choice is copying it outside your server document root and then include it like this:\n\n```php\nrequire_once($_SERVER['DOCUMENT_ROOT'].'/../wp-crypto.php');\n```\n\nYou'll need to generate your personal encryption key, and add it to `wp-crypto.php`. To do that create a temporary php file like this:\n\n```php\n\u003c?php\n\nrequire_once(__DIR__ . \"/libs/php-encryption/CryptoAutoload.php\");\n\necho \\Defuse\\Crypto\\Key::CreateNewRandomKey()-\u003esaveToAsciiSafeString();\n\n ?\u003e\n```\n\nOpen it in your browser to generate an encryption key, copy-paste it in `wp-crypto.php` and save the file.\n\n## Libraries\n\nThis plugin use the following library:\n\n[php-encryption](https://github.com/defuse/php-encryption) To ensure the use of a secure encryption mechanism.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3cod3%2Fwp-elsewhere-cookies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3cod3%2Fwp-elsewhere-cookies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3cod3%2Fwp-elsewhere-cookies/lists"}