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

encryptionConfig == 8 ?? #1

Open
barat1213 opened this issue Jan 28, 2016 · 8 comments
Open

encryptionConfig == 8 ?? #1

barat1213 opened this issue Jan 28, 2016 · 8 comments

Comments

@barat1213
Copy link

Hello,
very good job guy !!
Question, studio 5000 is using encryptionConfig == 8 now.... any idea to fix it in the code ?

@skdatmonster
Copy link
Owner

The encryption config 8 should have already been supported. Do you have a file that doesn't work?

@barat1213
Copy link
Author

I made a test, .L5X file from studio 5000 v28, it's encryption config 8. it doesn't work. in your code = else if (encryptionConfig == 8) {print('Source key recovery is not supported for EncryptionConfig="8"', 'orange');. I changed your code in order to decrypt the key, but the result doesn't give me the correct password.

@hkafia
Copy link

hkafia commented Mar 21, 2016

thank you and good work
can i suggestion
can you make that idea as program

@skdatmonster
Copy link
Owner

Decrypting the value won't work. At EncryptionConfig=8, it is not encrypted any more, but it is hashed. If you have a guess of the key you can maybe hash that and see if it is the same, but you can not njust invert hashing.

You can still get the decrypted routines on the right text box, even though the key is gone. If you put in your test L5X file, then copy the decrypted output from the right box, you can put that in a new L5X file and load it into studio without key.

@YariPrince
Copy link

Hello skdatmoster,

I am having issues in V24 file. The error is Source key recovery is not supported for EncryptionConfig="7"

Can u please suggest where is the issue.
I can share the protected file, but i dont have your the mail ID.....

Regards,

@skdatmonster
Copy link
Owner

@YariPrince it is the same with EncryptionConfig=7 as it is with the EncryptionConfig=8 case. It is not possible to just decrypt the source key to recover it, because it isn't stored decyrpted anymore, it is stored hashed. I dont have a working email address right now because it is so hard to get one anyonymously. Even though, I cannot help you get the source key, but you can copy the decrypted routine from the right text box and use that instead. See the same comment above.

@PLC407
Copy link

PLC407 commented Oct 4, 2019

Hello

Any idea to fix encryptionConfig == 9 please ?

@RAVITHUMMAR
Copy link

Any solution for encryptconfig==9 ?

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

6 participants