{"id":16743631,"url":"https://github.com/gabriel-milan/des_example","last_synced_at":"2026-04-13T21:02:14.731Z","repository":{"id":114908639,"uuid":"361297740","full_name":"gabriel-milan/des_example","owner":"gabriel-milan","description":"Example for encryption/decryption using DES. Compatible with Arduino, Node.js and Python","archived":false,"fork":false,"pushed_at":"2021-04-25T11:59:41.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T10:09:03.514Z","etag":null,"topics":["arduino","cipher","cryptography","nodejs","python3"],"latest_commit_sha":null,"homepage":"","language":"C++","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/gabriel-milan.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-25T00:46:01.000Z","updated_at":"2021-04-25T11:59:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"a3179c38-aa85-4d1e-8d5f-75d533febc70","html_url":"https://github.com/gabriel-milan/des_example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gabriel-milan/des_example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabriel-milan%2Fdes_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabriel-milan%2Fdes_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabriel-milan%2Fdes_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabriel-milan%2Fdes_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabriel-milan","download_url":"https://codeload.github.com/gabriel-milan/des_example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabriel-milan%2Fdes_example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31770726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: 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":["arduino","cipher","cryptography","nodejs","python3"],"created_at":"2024-10-13T01:27:37.425Z","updated_at":"2026-04-13T21:02:14.726Z","avatar_url":"https://github.com/gabriel-milan.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DES example\n\nVery short examples of encryption and decryption using DES. This is meant to be compatible with Arduino, Node.js and Python in order to fit most of IoT projects.\n\n## Arduino\n\nOn the `arduino/` directory, you'll find a PlatformIO project with the amazing [ArduinoDES](https://github.com/Octoate/ArduinoDES) library and other dependencies described on the `platformio.ini` file (`bblanchon/ArduinoJson@^6.17.3` and `densaugeo/base64@^1.2.0`). The main source file is at `src/main.cpp`.\n\n## Node.js\n\nOn the `node/` directory there's a very simple `main.js` file containing both `encrypt` and `decrypt` methods. In order to execute it:\n\n- Install dependencies\n\n```\nnpm install\n```\n\n- Execute\n\n```\nnpm start\n```\n\n## Python\n\nOn the `python/` directory there's a simple `main.py` file containing both `encrypt` and `decrypt` methods. In order to execute it:\n\n- Install dependencies\n\n```\npython3 -m pip install -r requirements.txt\n```\n\n- Execute\n\n```\npython3 main.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabriel-milan%2Fdes_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabriel-milan%2Fdes_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabriel-milan%2Fdes_example/lists"}