Wannakey Changelog

What's new in Wannakey 2.1

Jun 5, 2017
  • optimization of the prime search process (see https://github.com/aguinet/wannakey/issues/2).
  • OpenMP version that uses as many core as available to speed-up the process
  • tool that finds whether wannakey's technique has chances to work on a running Windows OS

New in Wannakey 2.0 (May 22, 2017)

  • automatically find the encryption process PID
  • write the private key so that the original malware's process can decrypt the files (using the Decrypt button)
  • code refactoring and cmake usage

New in Wannakey 0.2 (May 19, 2017)

  • The generated private RSA key had invalid computed fields, which made the key not importable with CryptImportKey under Windows XP (fixed). wanafork and/or wanadecrypt can now be used directly from XP.
  • Updated the binary with this fix and a static build (no need for the MSVC runtime anymore)