{"id":14111343,"url":"https://github.com/KyleBanks/XOREncryption","last_synced_at":"2025-08-01T12:32:16.551Z","repository":{"id":11023272,"uuid":"13353241","full_name":"KyleBanks/XOREncryption","owner":"KyleBanks","description":"XOR encryption implementations for several languages.","archived":false,"fork":false,"pushed_at":"2023-03-07T07:46:48.000Z","size":34,"stargazers_count":348,"open_issues_count":6,"forks_count":84,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-08-14T10:16:48.933Z","etag":null,"topics":["encryption","multilanguage","xor","xor-encryption"],"latest_commit_sha":null,"homepage":"http://kylewbanks.com/blog/Simple-XOR-Encryption-Decryption-in-Cpp","language":"Visual Basic .NET","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/KyleBanks.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":"2013-10-05T21:59:02.000Z","updated_at":"2024-08-12T19:22:59.000Z","dependencies_parsed_at":"2024-06-18T17:12:20.926Z","dependency_job_id":null,"html_url":"https://github.com/KyleBanks/XOREncryption","commit_stats":{"total_commits":56,"total_committers":13,"mean_commits":"4.3076923076923075","dds":0.6428571428571428,"last_synced_commit":"df2c17f070aacebdfc3420c7275f91369dc444b6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleBanks%2FXOREncryption","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleBanks%2FXOREncryption/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleBanks%2FXOREncryption/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleBanks%2FXOREncryption/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KyleBanks","download_url":"https://codeload.github.com/KyleBanks/XOREncryption/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228375874,"owners_count":17910305,"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":["encryption","multilanguage","xor","xor-encryption"],"created_at":"2024-08-14T10:03:15.465Z","updated_at":"2024-12-05T21:31:06.781Z","avatar_url":"https://github.com/KyleBanks.png","language":"Visual Basic .NET","readme":"XOR Encryption\n==================\n\nSimple implementation of XOR Encryption/Decrypting in various languages, including:\n\n- [C](C/main.c)\n- [C#](C%23/Main.cs)\n- [C++](C++/main.cpp)\n- [Dart](Dart/xorencryption.dart)\n- [F#](F%23/Program.fs) by [pawelizycki](https://github.com/pawelizycki)\n- [Go](Go/xor.go)\n- [Groovy](Groovy/XOREncryption.groovy)\n- [Java \\(Android Compatible\\)](Java%20\\(Android%20compatible\\)/XOREncryption.java)\n- [JavaScript \\(Node.js Compatible\\)](JavaScript/XOREncryption.js)\n- [CoffeeScript](CoffeeScript/XOREncryption.coffee)\n- [Kotlin](Kotlin/XOREncryption.kt)\n- [Objective-C](Objective-C/main.m)\n- [PHP](PHP/XOREncryption.php)\n- [Python](Python/XOREncryption.py)\n- [Ruby](Ruby/xor.rb)\n- [Swift](Swift/XOREncryption.swift)\n- [Visual Basic.NET](VB.NET/XORCrypto.vb)\n\nThis implementation goes beyond the basic single-key model to use multiple keys in a particular sequence, making it that much more difficult to brute-force.\n\nIn these examples, I'm encrypting the same string with the same keys in order to keep consistency with the output, and to demonstrate that an encrypted string from a C program can be decrypted in a Java application, or any combination, so long as the keys remain the same.\n\nFor an in-depth explanation of the code, check out [KyleWBanks.com](http://kylewbanks.com/blog/Simple-XOR-Encryption-Decryption-in-Cpp).\n","funding_links":[],"categories":["Visual Basic .NET"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKyleBanks%2FXOREncryption","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKyleBanks%2FXOREncryption","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKyleBanks%2FXOREncryption/lists"}