Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
325 stars 367 forks source link

XOR Encryption and Decryption using shifting plaintext #1745

Closed Inferno2211 closed 8 months ago

Inferno2211 commented 1 year ago

Is your feature request related to a problem? Please describe. Yes, I would like to add an algorithm that encrypts and decrypts a given string using XOR shifting plaintext technique, in Python, Java, C and C++

Describe the solution you'd like It is a cipher algorithm, based on hexadecimal strings that is implemented by XORing the given plaintext, N number of times where N is its length. And every next XOR operation is done after shifting the consecutive plain text entry to the right.

Additional context image

Inferno2211 commented 1 year ago

@Kumar-laxmi Please assign me this issue under SSoC'23 I can add the algorithm in all 4 languages

github-actions[bot] commented 8 months ago

Stale issue message