http://secponewsxgrlnirowclps2kllzaotaf5w2bsvktdnz4qhjr2jnwvvyd.onion/post/12b3429e1124122e.html
Then, I read the data from the database dump and decrypted it using the obtained key. Here's a description of how my decryption tool works: 1) The tool loads the Passwordstate.dll assembly to access its types and methods. Assembly assembly = Assembly.LoadFrom(AssemblyPath); 2) It searches for the necessary types (e.g., zkI=, xUI=) and methods (e.g., xUI=.Xy0=) within the loaded assembly. foreach (var type in assembly.GetTypes())
{
if (type.Name == "zkI=")
{
zkIType...