{"id":18447291,"url":"https://github.com/kerogs/pykspc","last_synced_at":"2025-06-17T16:33:28.232Z","repository":{"id":261315332,"uuid":"864302798","full_name":"kerogs/PyKspc","owner":"kerogs","description":"Cryptage (AES-256) with .ksp metadata","archived":false,"fork":false,"pushed_at":"2024-11-05T21:13:21.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T09:56:33.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kerogs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-27T22:27:13.000Z","updated_at":"2024-11-05T21:11:46.000Z","dependencies_parsed_at":"2024-11-05T22:21:02.909Z","dependency_job_id":"a2d5b42c-b289-4d73-b968-85e24fb4db4a","html_url":"https://github.com/kerogs/PyKspc","commit_stats":null,"previous_names":["kerogs/pykspc"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kerogs/PyKspc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerogs%2FPyKspc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerogs%2FPyKspc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerogs%2FPyKspc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerogs%2FPyKspc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kerogs","download_url":"https://codeload.github.com/kerogs/PyKspc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerogs%2FPyKspc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260398732,"owners_count":23003034,"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":"2024-11-06T07:12:39.877Z","updated_at":"2025-06-17T16:33:23.210Z","avatar_url":"https://github.com/kerogs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## How to use\n```sh\npy ./auto-install.py\n```\n\n### see version\n```sh\npykspc -v\n```\n\n### see help\n```sh\npykspc -h\n```\n\n### example (cli)\n\n#### Encrypt\n```sh\npykspc encrypt \"./file.txt\" 91b62c5e9f438fa18d03e8d486f37c5f746098c2fd9854c74f85b65ec6f71ae9 -k\n```\n#### Decrypt\n```sh\npykspc decrypt \"./file.txt\" 91b62c5e9f438fa18d03e8d486f37c5f746098c2fd9854c74f85b65ec6f71ae9 -k\n```\n\n#### Genkey\n```\npykspc genkey\n```\n\n#### Help\n```sh\npykspc -h\n```\n\n### example (with php)\n```php\n\u003c?php\n\nconst PYKSPC_KEY = \"91b62c5e9f438fa18d03e8d486f37c5f746098c2fd9854c74f85b65ec6f71ae9\"; \n$command = 'pykspc \".\\main.py\" \"./test.ksp\" '.PYKSPC_KEY.' -e -k -Mi -b';\n\n$output = [];\n$return_var = 0;\nexec($command, $output, $return_var);\n\n\nif ($return_var == true) {\n    echo \"file crypted\";\n} else {\n    echo \"Il y a eu une erreur lors de l'exécution de la commande.\";\n    echo \"\\nDétails de l'erreur : \" . implode(\"\\n\", $output);\n}\n\n?\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkerogs%2Fpykspc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkerogs%2Fpykspc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkerogs%2Fpykspc/lists"}