{"id":14956251,"url":"https://github.com/deedeecx330/skyhook-windows","last_synced_at":"2026-01-21T01:01:59.992Z","repository":{"id":134777063,"uuid":"374361476","full_name":"deedeecx330/skyhook-windows","owner":"deedeecx330","description":"Send and recieve files securely through the IPFS network","archived":false,"fork":false,"pushed_at":"2021-06-06T13:14:34.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T11:38:14.804Z","etag":null,"topics":["aes-256","aes-encryption","file","file-sharing","file-upload","files","filesystem","ipfs","ipfs-api","ipfs-hash","ipfs-network","ipfs-node","ipfs-protocol","python","python3","skyhook","sqlite","sqlite-database","sqlite3","sqlite3-database"],"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-06T13:01:05.000Z","updated_at":"2024-01-19T10:28:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"b82969e6-0a4e-4984-a009-2af0b09302d1","html_url":"https://github.com/deedeecx330/skyhook-windows","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"594efa211b0267a5d1dd673ab9508f6b2b227441"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/deedeecx330/skyhook-windows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deedeecx330%2Fskyhook-windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deedeecx330%2Fskyhook-windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deedeecx330%2Fskyhook-windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deedeecx330%2Fskyhook-windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deedeecx330","download_url":"https://codeload.github.com/deedeecx330/skyhook-windows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deedeecx330%2Fskyhook-windows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28620572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"ssl_error","status_checked_at":"2026-01-20T23:47:29.996Z","response_time":117,"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":["aes-256","aes-encryption","file","file-sharing","file-upload","files","filesystem","ipfs","ipfs-api","ipfs-hash","ipfs-network","ipfs-node","ipfs-protocol","python","python3","skyhook","sqlite","sqlite-database","sqlite3","sqlite3-database"],"created_at":"2024-09-24T13:12:36.041Z","updated_at":"2026-01-21T01:01:59.866Z","avatar_url":"https://github.com/deedeecx330.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skyhook\r\nSend and recieve files securely through the IPFS network\r\n\r\n# Overview\r\nSkyhook is a command-line tool that allows the user to securely share files over the IPFS network.\r\nIt features:\r\n-   Seamless file encryption and decryption using AES-256\r\n-   Local history of file names, hashes, keys and dates which can be both imported and exported easily\r\n-   Ability to run off both local and remote IPFS nodes\r\n\r\n# Usage\r\nSimply running Skyhook with no arguments gives the user a list of available commands:\r\n\r\n```\r\n    skyhook clear history   -   Delete everything from history\r\n    skyhook list history    -   List all entries in history\r\n    \r\n    skyhook search [file name/hash]  -   Search history for entries matching [file name/hash]\r\n    skyhook delete [file name/hash]  -   Delete entries specified by [file name/hash] from history\r\n    skyhook save [file name/hash]    -   Save history entries specified by [file name/hash] to the current directory to export.pod\r\n    skyhook add [name:hash:key]      -   Manually add an entry to history specified by colon-separated values of [name:hash:key]\r\n    \r\n    skyhook import [path]   -   Import history from a location specified by [path]\r\n    skyhook export history  -   Export entire history to the current directory to export.pod\r\n    \r\n    skyhook upload [file name]  -   Upload a file specified by [file name] from the current directory to the IPFS network\r\n    skyhook download [hash]     -   Download a file specified by [hash] from the IPFS network to the current directory\r\n\r\n    It is possible to specify multiple values in a form of a comma-separated list for search,delete,save,import,upload,download and add functions.\r\n```\r\n\r\n# Requirements\r\nThe only requirements for running Skyhook are the ipfshttpclient and skyhookfilecrypt modules for Python 3, which can be installed by running:\r\n\r\n```\r\npip3.exe install ipfshttpclient skyhookfilecrypt\r\n```\r\n\r\nor\r\n\r\n```\r\npip3.exe install --user ipfshttpclient skyhookfilecrypt\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeedeecx330%2Fskyhook-windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeedeecx330%2Fskyhook-windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeedeecx330%2Fskyhook-windows/lists"}