-
Notifications
You must be signed in to change notification settings - Fork 75
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
Decryption error #2
Comments
I'm having the same issue. |
Please run the application in debug mode and try to trace the error in visual studio |
Dear @josuesouza |
Same results from debug while running Visual Studio as Administrator. I did some quick research but since I'm not a C# developer I'm more of thinking aloud than anything, but it appears one cause could be a thread in the program is trying to open files that are already opened by another thread. I saw some people having this issue with the same exceptions thrown. Curiously, the Encrypter works just fine so I guess the Decryptor is handling the files in some slightly different way maybe. |
I also have the same problem. I have made various attempts and still can't solve it |
Commenting to see if anyone has figured out why the decryption piece is no longer working. |
same here year 2023, made various attempts and still can't solve it |
2023年12月26日下载来尝试了一下,发现密钥 .flora 密钥并不能生成或回传到数据库中。至于后续的 .flora 密钥是否能解密我就没能力测试了。 |
Hello, I am getting an error with the file decryptor, despite the Encryptor is getting a session on the jasmin dashboard and generating the .flora key. The files are also successfully being encrypted and the HTML pop up message is showing as it should.
But when i run the file decryptor and upload the .flora key there, i get the following message: "No encrypted files found on this computer" Would really appreciate your help with the matter.
https://i.imgur.com/5HdHS5H.png
The text was updated successfully, but these errors were encountered: