Decrypt Keychain.plist

PIN change does not affect our encryption key, which conveniently gets stored in this device’s keychain.plist. Studied the RNCryptor-objc github repo to develop an understanding of how this AES wrapper works. Develop PoC in C# using the amazing LINQpad to decrypt media in PPVPhotos given the keychain.plist; Decryption PoC. Added support for Safari Web browser (passwords are decrypted from keychain.plist) Version 1.12: WebBrowserPassView now automatically extracts the passwords of Chrome Canary. Version 1.11: The passwords of Chrome Web browser are now displayed properly even when the password file is locked by Chrome.

WebBrowserPassView v2.11
Copyright (c) 2011 - 2021 Nir Sofer
Decrypt

See Also

  • BrowsingHistoryView - View browsing history of your Web browsers.

Description

WebBrowserPassView is a password recovery tool that reveals the passwords stored by the following Web browsers:Internet Explorer (Version 4.0 - 11.0), Mozilla Firefox (All Versions), Google Chrome, Safari, and Opera.This tool can be used to recover your lost/forgotten password of any Website, including popular Web sites, likeFacebook, Yahoo, Google, and GMail, as long as the password is stored by your Web Browser.

After retrieving your lost passwords, you can save them into text/html/csv/xml file, by using the 'Save Selected Items' option (Ctrl+S).

Decrypt keychain.plist iphone

System Requirements And Limitations

  • This utility works on any version of Windows, starting from Windows 2000, and up to Windows 10, including 64-bit systems.Older versions of Windows (Windows 98/ME) are not supported, because this utility is a Unicode application.
  • Currently, WebBrowserPassView cannot retrieve passwords from external hard-drive (Except of Firefox Web browser). Support for that might be added in future versions.
  • On Internet Explorer 7.0-9.0, the passwords are encrypted with the URL of the Web site, so WebBrowserPassView usesthe history file of Internet Explorer to decrypt the passwords. If you clear the history of Internet Explorer, WebBrowserPassViewwon't be able to decrypt the passwords.
  • On Google Chrome - passwords originally imported from Internet Explorer 7.0-9.0, cannot be decrypted.

Versions History

  • Version 2.11:
    • Added new file type to save the passwords list: 'Firefox import/export csv file'. When you save the passwords in this file type, you can use the import feature of Firefox to import the saved passwords into Firefox: Import login data from a file
    • In order to save the passwords as 'Firefox import/export csv file', simply select the items you want to save (or press Ctrl+A to select all passwords), press Ctrl+S (Save Selected Items), choose 'Firefox import/export csv file'from the file type combo-box, type the filename to save and then click the 'Save' button to save the file.
  • Version 2.10:
    • Added support for Brave Web browser.
  • Version 2.07:
    • Fixed to decrypt passwords of Firefox profile that uses both 3DES and AES-256.
  • Version 2.06:
    • Fixed WebBrowserPassView to decrypt the new password encryption on Opera Web browser
  • Version 2.05:
    • Added support for decrypting the encryption key of new Firefox profiles (AES-256 instead of 3DES).
  • Version 2.00:
    • Added support for the new password encryption of Chromium / Chrome Web browsers, starting from version 80.
    • Be aware that the 'Local State' file, located inside the 'User Data' folder, is needed for decrypting the passwords of Chrome 80 or later.
  • Version 1.94:
    • Added new file format to export the passwords: Chrome CSV File. It's the same file format that Chrome Web browser exports the passwords from chrome://settings/passwords
  • Version 1.93:
    • Added support for Chromium-Based Edge Web browser.
    • The download zip file is now password-protected.
  • Version 1.92:
    • Fixed bug: WebBrowserPassView could crash when decrypting empty passwords in Firefox.
    • WebBrowserPassView now automatically detects the Waterfox Web browser.
  • Version 1.91:
    • Fixed bug: WebBrowserPassView crashed when reading Firefox key file (key3.db) without a master key.
  • Version 1.90:
    • Fixed WebBrowserPassView to work with Firefox 64-bit, and also WebBrowserPassView doesn't need anymore the installation of Firefox to decrypt the passwords.This change also fixes a crash problem occurred on some systems.
  • Version 1.86:
    • Added 'Quick Filter' feature (View -> Use Quick Filter or Ctrl+Q). When it's turned on, you can type a string in the text-box added under the toolbar and WebBrowserPassView will instantly filter the passwords table, showing only lines that contain the string you typed.
  • Version 1.85:
    • In 'Advanced Options' window, you can now specify the base profiles folder for Firefox and Chrome (e.g: E:Usersuser1AppDataRoamingMozillaFirefoxProfiles ) and WebBrowserPassViewwill scan all profiles stored under the specified folder.
  • Version 1.82:
    • Added 'Filename' column (For Chrome and Firefox Web browsers).
  • Version 1.81:
    • Added support for Vivaldi Web browser.
  • Version 1.80:
    • Finally... Fixed a crash problem occurred on some Windows 10 systems (The problem occurred if you added Gmail or other email account into Windows 10 Mail application).Also, WebBrowserPassView now displays the modified time of IE10/IE11 items.
  • Version 1.75:
    • You can now choose the desired encoding (ANSI, UTF-8, UTF-16) to save the csv/xml/text/html files. (Under the Options menu)
    • Fixed problem with saving the KeePass csv file.
  • Version 1.70:
    • WebBrowserPassView now automatically detect the passwords of Yandex Web browser.
  • Version 1.68:
    • Another try to fix this mysterious Windows 10 crash problem, also added more debug info to /debugwin10
  • Version 1.67:
    • Made another fix for Windows 10 crash problem...
  • Version 1.66:
    • Made a small change in the password extraction of IE10/IE11/Microsoft Edge that hopefully will solve the crash problems occur on some Windows 10 systems.
    • If you have Windows 10 and WebBrowserPassView still crashes, please run WebBrowserPassView with /debugwin10 parameter, run also the DebugView tool of SysInternals, and then send me the last 4 debug lines that appeared before the crash.
  • Version 1.65:
    • Added 'Created Time' and 'Modified Time' columns (These columns are active only for Web browesers that provide this information).
  • Version 1.60:
    • WebBrowserPassView now automatically detects the passwords of Portable Firefox if it's running in the background.
  • Version 1.58:
    • Fixed WebBrowserPassView to display properly user name/password with non-English characters on Chrome Web browser.
  • Version 1.57:
    • WebBrowserPassView now detects the profile folder of Chromium Web browser.
  • Version 1.56:
    • Removed the command-line options that export the passwords to a file from the official version. A version of this tool with full command-line support will be posted on separated Web page.
  • Version 1.55:
    • Added support for Firefox 32 (logins.json).
  • Version 1.50:
    • Updated to work with the latest versions of Opera.
  • Version 1.46:
    • Added secondary sorting support: You can now get a secondary sorting, by holding down the shift key while clicking the column header. Be aware that you only have to hold down the shift key when clicking the second/third/fourth column. To sort the first column you should not hold down the Shift key.
  • Version 1.45:
    • Added support for SeaMonkey Web browser.
  • Version 1.43:
    • Fixed to work with Firefox 22.
  • Version 1.42:
    • Opera Web browser: Fixed to detect properly the passwords of login.live.com and probably other Web sites
  • Version 1.41:
    • Improved the password decryption on IE10 / Windows 7.
  • Version 1.40:
    • Added support for the passwords of Internet Explorer 10.
  • Version 1.37:
    • WebBrowserPassView now reads the passwords from all profiles of Chrome Web browser.
  • Version 1.36:
    • Fixed bug: WebBrowserPassView failed to work with master password of Firefox containing non-English characters.
  • Version 1.35:
    • WebBrowserPassView now extracts the passwords from all profiles of Firefox Web browser and reads the profiles.ini file of Firefox to get the correct profile folders.
    • Added 'Mark Odd/Even Rows' option, under the View menu. When it's turned on, the odd and even rows are displayed in different color, to make it easier to read a single line.
    • Fixed issue: The properties dialog-box and other windows opened in the wrong monitor, on multi-monitors system.
  • Version 1.30:
    • Add new command-line options: /LoadPasswordsIE , /LoadPasswordsFirefox , /LoadPasswordsChrome , /LoadPasswordsOpera , and more...
  • Version 1.26:
    • Fixed bug: WebBrowserPassView failed to get the passwords of Firefox and Chrome, if the path of their password filecontained non-English characters.
  • Version 1.25:
    • Added 'User Name Field' and 'Password Field' columns for Chrome, Firefox, and Opera Web browsers.
  • Version 1.20:
    • Added 'Password Strength' column, which calculates the strength of the password and displays it as Very Weak, Weak, Medium, Strong, or Very Strong.
  • Version 1.15:
    • Added support for Safari Web browser (passwords are decrypted from keychain.plist)
  • Version 1.12:
    • WebBrowserPassView now automatically extracts the passwords of Chrome Canary.
  • Version 1.11:
    • The passwords of Chrome Web browser are now displayed properly evenwhen the password file is locked by Chrome.
  • Version 1.10:
    • Added option to choose the desired Opera password file (wand.dat).
    • Imporved the detection of Opera password file (wand.dat).
  • Version 1.05:
    • Added new options for Firefox passwords:Use a master password to decrypt the passwords, Load the passwords from the specifiedprofile folder, and the option to use the specified Firefox installation.
    • Added option specify the profile folder (User Data) of Google Chrome (For example:C:Documents and SettingsAdministratorLocal SettingsApplication DataGoogleChromeUser DataDefault)
      Be aware that this feature only works if the profile was created by the current logged on user.Loading from external drive is not supported yet.
  • Version 1.00 - First release.

Using WebBrowserPassView

WebBrowserPassView doesn't require any installation process or additional DLL files.In order to start using it, simply run the executable file - WebBrowserPassView.exe

After running it, the main window of WebBrowserPassView displays the list of all Web browser passwords found in your system. You can select one or more passwords and then copy the list to the clipboard (Ctrl+C) or export them intotext/xml/html/csv file (Ctrl+S).

False Virus/Trojan Warning

WebBrowserPassView is a tool that retrieves secret passwords stored in your system, and thus your Antivirus may falsely detect this tool is infected with Trojan/Virus.Click here to read more about false alerts in Antivirus programs.

Command-Line Options

Notice: The save command-line options are disabled on the build you download from this Web page. You can find a package of password-recovery tools with full command-line support on thefollowing Web page: Windows Password Recovery Tools
/LoadPasswordsFirefox <0 | 1>Specifies whether to load the passwords of Firefox Web browser. 0 = No, 1 = Yes.
/LoadPasswordsOpera <0 | 1>Specifies whether to load the passwords of Opera Web browser. 0 = No, 1 = Yes.
/UseFirefoxProfileFolder <0 | 1>
/FirefoxProfileFolder <Folder>
Specifies the profile folder of Firefox to load, for example:
WebBrowserPassView.exe /UseFirefoxProfileFolder 1 /FirefoxProfileFolder 'C:Documents and SettingsadminApplication DataMozillaFirefoxProfiles7a2ttm2u.default'
/UseOperaPasswordFile <0 | 1>
/OperaPasswordFile <Password>
Specifies the master password of Opera, for example:
WebBrowserPassView.exe /UseOperaPasswordFile 1 /OperaPasswordFile 'Thgr55f6'
/stab <Filename>Save the passwords list into a tab-delimited text file.
/stabular <Filename>Save the passwords list into a tabular text file.
/sverhtml <Filename>Save the passwords list into HTML file (Vertical).
/skeepass <Filename>Save the passwords list into csv file that can be imported into KeePass Password Manager.
Examples:
WebBrowserPassView.exe /shtml 'f:temppasswords.html' /sort 2 /sort ~1
WebBrowserPassView.exe /shtml 'f:temppasswords.html' /sort 'Web Browser' /sort 'URL'

  • After you finish the translation, Run WebBrowserPassView, and all translated strings will be loaded from the language file.
    If you want to run WebBrowserPassView without the translation, simply rename the language file, or move it to another folder.
  • Decrypt Keychain.plist

    License

    Decrypt Keychain.plistThis utility is released as freeware. You are allowed to freely use it at your homeor in your company. However, you are not allowed to make profit from this software or tocharge your customers for recovering their passwords with this software, unless you got a permission from the software author.
    You are also allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this. If you distribute this utility, you must include all files inthe distribution package, without any modification !

    Disclaimer

    The software is provided 'AS IS' without any warranty, either expressed or implied,including, but not limited to, the implied warranties of merchantability and fitnessfor a particular purpose. The author will not be liable for any special, incidental,consequential or indirect damages due to loss of data or any other reason.

    Feedback

    Decrypt Keychain.plist Tool

    If you have any problem, suggestion, comment, or you found a bug in my utility, you can send a message to nirsofer@yahoo.com
    Download WebBrowserPassView (In zip file)
    Zip File Password: wbpv28821@

    Decrypt Keychain.plist Email

    WebBrowserPassView is also available in other languages. In order to change the language of WebBrowserPassView, download the appropriate language zip file, extract the 'webbrowserpassview_lng.ini', and put it in the same folder that you Installed WebBrowserPassView utility.

    Decrypt Keychain.plist Software

    LanguageTranslated ByDateVersion
    ArabicMohamed Bajdouai23/04/20151.60
    Brazilian PortugueseJaff (Oprea Nicolae)23/09/20171.86
    CroatianRandomCroatianGuy28/08/20161.80
    CzechShar (viteco(at-sign)centrum.cz)17/04/20212.11
    DutchJan Verheijen19/04/20212.11
    FrenchPasswordOne31/01/20161.70
    FrenchCyberini23/04/20191.86
    GeorgianMamuka Cheliashvili13/10/20141.00
    German«Latino» auf WinTotal.de18/04/20212.11
    Greekgeogeo.gr04/07/20171.86
    Hebrewpeterg01/06/20111.11
    HellenicÈáíÜóçò Êáôóáãåþñãçò03/03/20111.00
    HungarianFerenc Tamás19/06/20161.75
    ItalianJaff (Oprea Nicolae)23/09/20171.86
    Italian16.04.2021 Andrea Carli e bovirus16/04/20212.11
    Japanese“ú–{Œê28/03/20111.00
    Korean한국어 dalho15/06/20171.10
    PersianAmirreza Nasiri11/07/20141.50
    PolishHightower03/05/20212.11
    PolishDaniel Sajdyk (www.sajdyk.pl)06/01/20161.70
    RomanianJaff (Oprea Nicolae)23/09/20171.86
    RussianDmitry Yerokhin05/05/20202.05
    Simplified Chinese李柏均 (Localized by Bojun Li)01/07/20171.86
    Simplified ChineseDickMoore20/02/20212.10
    Simplified ChineseQiang29/04/20202.00
    SerbianBojan Maksimovic03/11/20141.56
    SlovakFrantišek Fico27/04/20212.11
    SpanishJaff (Oprea Nicolae)23/09/20171.86
    SpanishJose (Anunciosgoogle)02/04/20141.45
    SwedishJaff (Oprea Nicolae)22/11/20131.45
    Traditional ChineseDanfong Hsieh17/04/20212.11
    Traditional Chinese丹楓(虫二電氣診所)01/03/20151.58
    Thaiน้องพร WiFi ค่ะ16/08/20131.43
    TurkishCemil Kaynar11/04/20171.85
    TurkishHARUN ARI05/12/20121.30
    UkrainianVasyl Belynets01/02/20171.82
    UzbekShamsiddinov Zafar18/10/20202.05
    ValencianJaff (Oprea Nicolae)23/09/20171.86
    VietnameseNhok3504/07/20141.43
    VietnamesePhạm Tuấn Khanh - pk91110/05/20151.60