{"id":20950567,"url":"https://github.com/deedeecx330/skyhookfilecrypt","last_synced_at":"2025-05-14T03:32:37.428Z","repository":{"id":57468158,"uuid":"282859395","full_name":"deedeecx330/skyhookfilecrypt","owner":"deedeecx330","description":"Multithreaded file encryption and decryption module extracted from Skyhook: https://github.com/deedeecx330/skyhook","archived":false,"fork":false,"pushed_at":"2020-08-22T08:51:54.000Z","size":48,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-31T15:53:37.584Z","etag":null,"topics":["decryption","decryption-tool","encryption","encryption-decryption","encryption-tool","file","files","python","python3","skyhook"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deedeecx330.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":"2020-07-27T10:04:32.000Z","updated_at":"2024-05-14T08:55:41.000Z","dependencies_parsed_at":"2022-09-17T18:01:30.882Z","dependency_job_id":null,"html_url":"https://github.com/deedeecx330/skyhookfilecrypt","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deedeecx330%2Fskyhookfilecrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deedeecx330%2Fskyhookfilecrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deedeecx330%2Fskyhookfilecrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deedeecx330%2Fskyhookfilecrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deedeecx330","download_url":"https://codeload.github.com/deedeecx330/skyhookfilecrypt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225275699,"owners_count":17448388,"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":["decryption","decryption-tool","encryption","encryption-decryption","encryption-tool","file","files","python","python3","skyhook"],"created_at":"2024-11-19T00:49:07.800Z","updated_at":"2024-11-19T00:49:08.483Z","avatar_url":"https://github.com/deedeecx330.png","language":"Python","readme":"# skyhookfilecrypt\nMultithreaded file encryption and decryption module extracted from Skyhook: https://github.com/deedeecx330/skyhook\n\nDesigned to be both fast and easy on the resources. \n\n# Usage\nThe module has two functions, encryptFile and decryptFile. The function arguments in both cases are: \n-   File that is to be encrypted/decrypted\n-   Output file where encrypted/decrypted contents will be saved to\n-   A bytestring passphrase to encrypt/decrypt the file with\n\nFor example\n```\nskyhookfilecrypt.encryptFile(\"file.in\", \"file.out\", b\"password\")\n```\nwill encrypt file.in with the given password and write the encrypted contents of file.in to file.out. Same principle works for decrypting files:\n```\nskyhookfilecrypt.decryptFile(\"file.in\", \"file.out\", b\"password\")\n```\nwill decrypt file.in with the given password and write the decrypted contents to file.out.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeedeecx330%2Fskyhookfilecrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeedeecx330%2Fskyhookfilecrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeedeecx330%2Fskyhookfilecrypt/lists"}