Comments on: How to Recover Saved Passwords in Puffin Browser https://xenarmor.com/how-to-recover-saved-passwords-in-puffin-browser/ Fri, 27 Dec 2024 09:17:44 +0000 hourly 1 By: Sussie https://xenarmor.com/how-to-recover-saved-passwords-in-puffin-browser/#comment-11201 Fri, 27 Dec 2024 09:17:44 +0000 https://xenarmor.com/?p=15800#comment-11201 How do i recover a password from puffin?

]]>
By: XenArmor https://xenarmor.com/how-to-recover-saved-passwords-in-puffin-browser/#comment-2360 Sat, 04 Jan 2020 08:22:19 +0000 https://xenarmor.com/?p=15800#comment-2360 In reply to Vyacheslav.

Awesome. Very useful for everyone.

Thank you so much.

]]>
By: Vyacheslav https://xenarmor.com/how-to-recover-saved-passwords-in-puffin-browser/#comment-2049 Tue, 26 Nov 2019 10:47:23 +0000 https://xenarmor.com/?p=15800#comment-2049 Hello!
Puffin browser stores passwords in passwordForms.dat in bytest starts from 0x0b after “https://www.puffin.com/account/signup-personal2.php” that is after “password” UTF8 string.
Length of that bytes sequence is same as password length. Only single mapping of one byte to another. It not depends on login.
For example, password “12345678” = [0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38] transformed to [0x45, 0x46, 0x43, 0x47, 0x0F, 0x19, 0x18, 0x4F], but if set password with adding “9” you’ll have same with 0x4E at the end.
But credential.dat not changing according count of passwords.

]]>