addressnopping / RCZEncryptation

my own encryption algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RCZEncryptation

RCZ Encrypt uses maps to encrypt your string

This use random chars bytes to transforme one char

[A] -> [65] -> b -> [98] + 前今&前u@ == 8前9今&前u8@

and this put random bytes converted into string

(前今&前u@) -> bytes -> after random byte

CharForString -> randomChar -> randomCharBytes == [-1] -> new char -> random bytes -> randomBytesInString -> prefix == $HalqRCZ!$ -1前今&前u@...

How to use

To encode:

EncryptRCZ.encryptRCZ(EncryptRCZ.ENCODE_MODE, "input text");

To decode:

EncryptRCZ.encryptRCZ(EncryptRCZ.DECODE_MODE, "encoded text");

Example

EncryptRCZ.encryptRCZ(EncryptRCZ.ENCODE_MODE, "hello world");

hello world == $HalqRCZ!$ 73円後)前@&前779円後)前@&前777円後)前@&前777円後)前@&前780円後)前@&前7* 65円後)前@&前780円後)前@&前788円後)前@&前777円後)前@&前778円後)前@&前7*

About

my own encryption algorithm


Languages

Language:Java 100.0%