Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you know how to use string encryption #11

Open
androiddisk opened this issue Apr 26, 2024 · 1 comment
Open

Do you know how to use string encryption #11

androiddisk opened this issue Apr 26, 2024 · 1 comment

Comments

@androiddisk
Copy link

After compiling the original string, the binary can be directly opened to view the used string.

    let my_string = "Hello, world!";

I will now use ASCII for the string and then convert it back to the string

    let my_string = String::from_utf8_lossy(&[72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 100, 33]);

Please evaluate the safety

@westsidedev
Copy link

@androiddisk consider using litcrypt, I'm using this to protect critical strings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants