http://secponewsxgrlnirowclps2kllzaotaf5w2bsvktdnz4qhjr2jnwvvyd.onion/post/12b3429e1124122e.html
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 = type;
}
if (type.Name == "xUI=")
{
xUIType = type;
}
} 3) The tool combines Secret1 and...