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

Which aes key #6

Open
devvyyxyz opened this issue May 13, 2024 · 2 comments
Open

Which aes key #6

devvyyxyz opened this issue May 13, 2024 · 2 comments

Comments

@devvyyxyz
Copy link

When using the program to get an AES key how do I know which one to use?

@Cracko298
Copy link
Owner

In UEViewer you can input multiple, same with Fmodel.

@Cracko298
Copy link
Owner

Cracko298 commented May 24, 2024

Traditionally, Basic keys such as:

0x4F004F004F004F004F004F004F004F004F004F004F004F004F004F004F004F00

and

0x6A0000000000000000000000000000006A000000000000000000000000000000

Aren't actual keys, instead just used by the Engine Version itself, and not the game or False-Positives.

Normal Encryption/Decryption Keys are more complex and aren't really able to be distinguished apart.
As per my suggestion in the comment above, also keep in Mind, that repeating characters evenly spaced out are extremely uncommon for AES Keys and other Encryption Methods.

If this still doesn't answer your Question, please refer to similarly solved issues: #2
Link: #2 (comment)

Two Known Fake Keys that keep showing up are as follows and should be ignored.

0x0000803F0000803F0000803F0000803F000048430000F0410AD7A33C0000803F
0x9A99993E0000803F0000003F0000003F04000000060000000000003F00030303

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