XOREncryption

XOR encryption implementations for several languages.

Github星跟踪图

XOR Encryption

Simple implementation of XOR Encryption/Decrypting in various languages, including:

This 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.

In 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.

For an in-depth explanation of the code, check out KyleWBanks.com.

主要指标

概览
名称与所有者KyleBanks/XOREncryption
主编程语言Visual Basic .NET
编程语言C# (语言数: 17)
平台
许可证MIT License
所有者活动
创建于2013-10-05 21:59:02
推送于2023-03-07 07:46:48
最后一次提交2023-03-07 07:46:48
发布数0
用户参与
星数359
关注者数18
派生数85
提交数67
已启用问题?
问题数10
打开的问题数6
拉请求数11
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?