Passview для windows 7

 

IE PassView v1.42 — Recover lost passwords stored by Internet Explorer

Copyright (c) 2006 — 2019 Nir Sofer

See Also

  • Recover lost files with Disk Drill for Windows — Recover any file from internal & external hard drive, sd card, pen drive, camera with Disk Drill free data recovery app.
  • Saved Password Locations For Popular Windows Applications
  • Windows Password Recovery Software From Stellar Phoenix — Reset Windows password, recover Outlook/Mail Clients/FTP passwords, and more…
  • PasswordFox — Reveal the passwords stored in Firefox.
  • Mail PassView — Recover POP3/IMAP/SMTP email passwords.
  • NK2Edit — Edit, merge and fix the AutoComplete files (.NK2) of Microsoft Outlook.

Description

IE PassView is a small utility that reveals the passwords stored by Internet Explorer Web browser.
It supports all versions of Internet Explorer, from version 4.0 and up to 11.0, as well as Microsoft Edge Browser.

For each password that is stored by Internet Explorer, the following information is displayed:
Web address, Password Type (AutoComplete, Password-Protected Web Site, or FTP), Storage Location
(Registry, Credentials File, or Protected Storage), and the user name/password pair.
You can select one or more items from the passwords list and export them into text/html/csv/xml file.

IE PassView also allows you to extract the passwords of Internet Explorer and Microsoft Edge from external hard drive.

Versions History

  • Version 1.42
    • Added option to choose another font (name and size) to display in the main window.
    • The download zip file is now password-protected. (Password is below the download link).
  • Version 1.41
    • Added NoHistoryRead entry to the .cfg file. If you set it to 1, IE PassView won’t read the history database for decrypting the passwords.
      This option is useful for the combination of IE11 and Windows 7 because IE PassView may hang or crash if the history database is not flushed to disk completely.
    • You can use /NoHistoryRead from command-line to turn off the history reading of IE11:

      iepv.exe /NoHistoryRead
  • Version 1.40
    • Added support for decrypting IE passwords from external drive for recent versions of Windows and IE, including Windows 10, IE10, IE11, and Microsoft Edge.
    • For IE7 — IE9 and IE10/IE11 under Windows 7 — IE PassView now reads the Registry file (ntuser.dat) directly instead of loading it as additional Registry hive.
  • Version 1.35
    • 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).
  • Version 1.32
    • 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.31
    • Improved the password decryption on IE10 / Windows 7.
  • Version 1.30
    • Added support for extracting the passwords of Internet Explorer 10.
  • Version 1.26
    • Fixed bug: IE PassView didn’t display https AutoComplete passwords of IE6.
  • Version 1.25
    • Added an option to export the passwords into KeePass csv file (In ‘Save Selected Items’).
      You can use the created csv file to easily import your Web site passwords into KeePass password manager.
    • Added ‘Add Header Line To CSV/Tab-Delimited File’ option. When this option is turned on, the column names are added as the first line when you export to csv or tab-delimited file.
    • You can now send the IE passwords list to stdout by specifying an empty filename («») in the command-line of all save parameters.

      For example: iepv.exe /stab «» >> c:\temp\passwords.txt
  • 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.17
    • Added command-line sorting options.
  • Version 1.16
    • Added accelerator key and toolbar button for ‘Advanced options’ dialog-box.
  • Version 1.15
    • Added support for reading IE7 passwords from external drive.
  • Version 1.10
    • Fixed bug: After passwords were added/deleted , refreshing the list in IE PassView didn’t work properly.
  • Version 1.09
    • Fixed bug: The main window lost the focus when the user switched to another application and then returned back to IE PassView.
  • Version 1.08
    • Added support for saving as comma delimited file.
    • Added /scomma commmand-line option
  • Version 1.07
    • Fixed bug: IE PassView failed to detect the AutoComplete passwords of URLs the end with ‘/’ character (On Internet Explorer 7).
    • Added support for Web sites file (iepv_sites.txt) — for decrypting the passwords of Internet Explorer 7.0 even when the history file is empty.
  • Version 1.06
    • The configuration is now saved to a file instead of the Registry.
  • Version 1.05
    • Fixed a small bug that caused IE PassView to hang in some computers.
  • Version 1.04
    • Added support for IE7 under Windows Vista.
  • Version 1.03
    • Added new option: Delete selected items.
  • Version 1.02
    • Fixed bug: The save command-line options created empty file.
    • Fixed bug: The password of password-protected Web sites appeared also in the user name column.
  • Version 1.01
    • Added new options: Show/hide passwords according to their storing location.
    • New command-line options /no_pass_cred, /no_pass_pstore, /no_pass_reg
  • Version 1.00 — First Release.

Download links are on the bottom of this page

Using IE PassView

IE PassView doesn’t require any installation process or additional DLLs.
In order to start using it, just copy the executable file (iepv.exe) to any folder like, and run it.
After running iepv.exe, IE PassView scans all Internet Explorer passwords in your system, and display them
on the main window.

Types Of Passwords

IE PassView utility can recover 3 types of passwords:

  • AutoComplete Passwords:
    When you enter a Web page that contains a form with user/password fields and a login button,
    Internet Explorer may ask you if you want to save the password, after pressing the login button.
    If you choose to save the password, the password is saved as AutoComplete password.

    Be aware that some Web sites (like Yahoo login page) deliberately disable the AutoComplete feature,
    in order to avoid password stealing by other users.

  • HTTP Authentication Passwords:
    Some Web sites allow the user to enter only after typing user and password in a separated dialog-box.
    If you choose to save the password in this login dialog-box, the password is saved as HTTP authentication password.

  • FTP Passwords:
    Simply the passwords of FTP addresses (ftp://…)

Password Storage Locations

Internet Explorer stores the passwords in different locations,
depending on the version of IE, and the type of the password:

  • Protected Storage:
    The ‘Protected Storage’ is a special secret location in the Registry that was used to store all
    the passwords of Internet Explorer in versions 4.0 — 6.0

    The Registry location of the Protected Storage was HKEY_CURRENT_USER\Software\Microsoft\Protected Storage System Provider.
    Starting from version 7.0 of Internet Explorer, the Protected Storage is no longer used for storing passwords.
  • Registry (Storage2 Key):
    Starting from version 7.0 of IE, all AutoComplete passwords are stored in
    HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\Storage2 Registry key.
    The passwords are encrypted with a key created from the Web site address, so it’s not possible to
    get the password without knowing the Web site address.

  • Credentials File:
    Starting from version 7.0 of IE, HTTP authentication passwords are saved in the Credentials file of Windows,
    together with other network/login passwords.
    The Credentials file is located in the following locations:

    • Windows XP/2003: [Windows Profile]\Application Data\Microsoft\Credentials\[User SID]\Credentials and [Windows Profile]\Local Settings\Application Data\Microsoft\Credentials\[User SID]\Credentials
    • Windows Vista: [Windows Profile]\AppData\Roaming\Microsoft\Credentials\[Random ID] and [Windows Profile]\AppData\Local\Microsoft\Credentials\[Random ID]

Known Issues With Internet Explorer 7.0/8.0/9.0

Starting from version 7.0 of Internet Explorer, Microsoft completely changed the way that passwords are saved.
In previous versions (4.0 — 6.0), all passwords were saved in a special location in the Registry known as the «Protected Storage».

In version 7.0 of Internet Explorer, passwords are saved in different locations, depending on the type of password.
Each type of passwords has some limitations in password recovery:

  • AutoComplete Passwords:
    These passwords are saved in the following location in the Registry:
    HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\Storage2

    The passwords are encrypted with the URL of the Web sites that asked for the passwords, and thus they
    can only be recovered if the URLs are stored in the history file.
    If you clear the history file, IE PassView won’t be able to recover the passwords until you visit again the
    Web sites that asked for the passwords.
    Alternatively, you can add a list of URLs of Web sites that requires user name/password into the Web sites file (see below).

  • HTTP Authentication Passwords:
    These passwords are stored in the Credentials file under Documents and Settings\Application Data\Microsoft\Credentials
    , together with login passwords of LAN computers and other passwords.

    Due to security limitations, IE PassView can recover these passwords only if you have administrator rights.

Known Issue With Delete Items

Be aware that when you have a Web site that has multiple stored passwords, deleting the one of the passwords also
remove all the other passwords for the same Web site.
The reason for that is that all the passwords of a Web site are stored in the same entry.

Using The Web Sites File (iepv_sites.txt)

As explained earlier, IE PassView won’t be able to retrieve the AutoComplete passwords of Internet Explorer 7.0 if the history of Internet Explorer is cleared.

If you know the exact URLs of Web sites that store user name and passowrd, you can add them into the Web Sites File — iepv_sites.txt,
and then IE PassView will retrieve the passwords even if the URL cannot be found in the history file of Internet Explorer.

iepv_sites.txt is a simple text file that must be located in the same folder of iepv.exe.
The URLs in the file should be separated by CRLF characters.
A sample iepv_sites.txt file with a few URLs is already provided with IE PassView.

Reading IE7 — IE11 passwords from external drive

Starting from version 1.15, you can also read the passwords stored by IE7 — IE11 from an external profile in your current operating system or from another external drive (For example:
from a dead system that cannot boot anymore).
In order to use this feature, you must know the last logged-on password used for this profile, because the
passwords are encrypted with the SHA hash of the log-on password, and without that hash, the passwords cannot be decrypted.

You can use this feature from the UI, by selecting the ‘Advanced Options’ in the Options menu, or from command-line,
by using /external parameter. The user profile path should be something like «C:\Documents and Settings\admin»
in Windows XP/2003 or «C:\users\myuser» in Windows Vista/2008.

Security Alerts By Antivirus Programs (False Positives)

Some Antivirus programs detect this utility as infected with Trojan/Virus.
Click here to read more about false alerts in Antivirus programs.

Command-Line Options

/stext <Filename> Save the list of all Internet Explorer passwords into a regular text file.

/stab <Filename> Save the list of all Internet Explorer passwords into a tab-delimited text file.

/scomma <Filename> Save the list of all Internet Explorer passwords into a comma-delimited text file.

/stabular <Filename> Save the list of all Internet Explorer passwords into a tabular text file.

/shtml <Filename> Save the list of all Internet Explorer passwords into HTML file (Horizontal).

/sverhtml <Filename> Save the list of all Internet Explorer passwords into HTML file (Vertical).

/sxml <Filename> Save the list of all Internet Explorer passwords to XML file.

/skeepass <Filename> Save the list of all Internet Explorer passwords to KeePass csv file.

/sort <column> This command-line option can be used with other save options for sorting by the desired column.
If you don’t specify this option, the list is sorted according to the last sort that you made from the user interface.
The <column> parameter can specify the column index (0 for the first column, 1 for the second column, and so on) or
the name of the column, like «Entry Name» and «Type».
You can specify the ‘~’ prefix character (e.g: «~Type») if you want to sort in descending order.
You can put multiple /sort in the command-line if you want to sort by multiple columns.

Examples:

iepv.exe /shtml «f:\temp\iepv.html» /sort 2 /sort ~1

iepv.exe /shtml «f:\temp\iepv.html» /sort «Type» /sort «Stored In»

/nosort When you specify this command-line option, the list will be saved without any sorting.

/no_pass_cred Don’t load the passwords stored in the Credentials file.

/no_pass_reg Don’t load the passwords stored in the Registry.

/no_pass_pstore Don’t load the passwords stored in the Protected Storage.

/external <User Profile Path> <Last Log-On Password>

Load the IE7 passwords from external drive/profile.
For example:

iepv.exe /external «C:\Documents and Settings\admin» «MyPassword»

Translating IE PassView To Another Language

IE PassView allows you to easily translate all menus, dialog-boxes, and other strings
to other languages.

In order to do that, follow the instructions below:

  1. Run IE PassView with /savelangfile parameter:

    iepv.exe /savelangfile

    A file named iepv_lng.ini will be created in the folder of IE PassView utility.
  2. Open the created language file in Notepad or in any other text editor.
  3. Translate all menus, dialog-boxes, and string entries to the desired language.
  4. After you finish the translation, Run IE PassView, and all translated
    strings will be loaded from the language file.

    If you want to run IE PassView without the translation, simply rename the language file, or move
    it to another folder.

License

This utility is released as freeware.
You are 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 in
the distribution package, without any modification !

Be aware that selling this utility as a part of a software package is not allowed !

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 fitness
for 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

If you have any problem, suggestion, comment, or you found a bug in my utility,
you can send a message to nirsofer@yahoo.com

IE PassView is also available in other languages. In order to change the language of
IE PassView, download the appropriate language zip file, extract the ‘iepv_lng.ini’,
and put it in the same folder that you Installed IE PassView utility.

Language Translated By Date Version
Arabic ماجد الحسين 01/10/2007  
Brazilian Portuguese Paulo Guzmán 30/08/2018 1.40
Bulgarian Kiril Kirilov — DumpeR 31/01/2011  
Catalan marc.mates 06/02/2010  
Croatian Ami Hrvatska 27/02/2008  
Dutch Jan Verheijen 11/12/2019 1.42
Dutch Sander Lambregts 07/12/2008 1.15
Finnish Olli 21/10/2007  
French PasswordOne 02/06/2013  
French Jean-Michel Gillion 31/10/2007  
Galician Xosé Antón Vicente Rodríguez 20/01/2007  
German «Latino» auf WinTotal.de 05/12/2019 1.42
Greek geogeo.gr 29/05/2013 1.31
Hebrew peterg 25/03/2011  
Hungarian Timinoun 12/12/2022 1.42
Italian Andrea Carli 31/12/2020 1.42
Korean UBless 09/11/2013  
Lithuanian Gintarmixas 26/08/2013 1.26
Persian Amirreza Nasiri 05/12/2013 1.31
Polish Ponury 16/11/2007  
Portuguese Zepa 03/02/2007  
Portuguese Brazil Paulo Guzman 07/04/2012 1.26
Romanian Jaff (Oprea Nicolae) 28/05/2013 1.31
Russian Dmitry Yerokhin 05/12/2019 1.42
Russian Sonya 10/03/2010  
Simplified Chinese Kend 04/04/2010  
Simplified Chinese 宇润软件 06/06/2014 1.31
Slovak František Fico 17/12/2019 1.42
Spanish Juan Lamarca (Córdoba) Spain 08/04/2013 1.26
Swedish Zcorpio 27/12/2007  
Taiwanese Republic of Taiwan 07/03/2007  
Traditional Chinese Danfong Hsieh 13/11/2019  
Thai HS3LZX 13/10/2012  
Turkish HARUN ARI 13/06/2011 1.26
Valencian vjatv 23/04/2008  
Vietnamese Quach Tri Dat 22/08/2013  

  

WebBrowserPassView
для Windows

Описание

WebBrowserPassView — небольшая бесплатная утилита, которая представляет из себя удобный в использовании инструмент для восстановления забытых паролей для браузеров Internet Explorer (версии 4.0 — 11.0), Mozilla Firefox (все версии), Google Chrome, Opera,  Safari и Edge.

Программа может быть использована для восстановления утерянных и забытых паролей к любому веб-сайту, в том числе Facebook, Yahoo, Google и Gmail. Список паролей можно сохранить в текстовый, HTML, CSV или XML файл.

ТОП-сегодня раздела «Пароли»

WirelessKeyView 2.23

WirelessKeyView — не требующая установки небольшая утилита, которая позволяет восстановить ключи…

WebBrowserPassView 2.15

WebBrowserPassView — небольшая бесплатная утилита, которая представляет из себя удобный в…

KeePass 2.58

KeePass — бесплатная программа, представляющая собой мощный и удобный в работе менеджер…

Отзывы о программе WebBrowserPassView

Boo про WebBrowserPassView 2.11 [07-09-2022]

Не находит ни одного пароля….Что я делаю не так?
39 | 50 | Ответить

Эдуард про WebBrowserPassView 2.11 [16-05-2022]

Подскажите, а как найти профиль Chrome, чтобы указать его в программе? Я не понял, где искать нужно
16 | 11 | Ответить

Дмитрий про WebBrowserPassView 2.11 [05-01-2022]

Очень нужная, полезная прожка.
5 | 15 | Ответить

зарядка про WebBrowserPassView 2.11 [29-06-2021]

надеюсь что в ближайшее время ответите.
пишет что невозможно выполнить «C:\Users\специально убрано\AppData\Local\Temp\думаю тоже уберу\WebBrowserPassView.exe»
и программа вообще не открывается.
с чем это может быть связано?
10 | 39 | Ответить

павел про WebBrowserPassView 2.07 [19-12-2020]

ребята не качайте это все туфта
5 | 22 | Ответить

Куст в ответ павел про WebBrowserPassView 2.07 [21-12-2020]

Сам ты такой!
12 | 23 | Ответить

by Nir Sofer

Password management freeware for windows processing

Operating system: Windows

Publisher:
Nir Sofer

Antivirus check: passed

Report a Problem

IE PassView is a small utility that allows you to view passwords stored in your Internet Explorer browser.

It supports the new beta version of Internet Explorer 7.0, as well as older versions of Internet Explorer, v4.0 — v6.0.

IE PassView does not require installation or additional DLL files. To run this program you just need to copy the exe file (iepv.exe) to any folder and just run it. After starting iepv.exe, IE PassView scans all passwords installed on your Internet Explorer browser and displays them in the main window.

IE PassView provides a convenient solution for viewing and retrieving all stored passwords in your Internet Explorer browser.

Remember that in the latest beta version of Internet Explorer 7.0 (Beta 3), FTP passwords are not saved in the operating system.

IE PassView can recover 3 types of passwords:

AutoFill Passwords: When logging in to a web page that has a password entry form, Internet Explorer may ask you if you want to save this password in the system after clicking the login button. If you select «save password», it is saved as autofill password.

Remember that some websites (such as the Yahoo login page) intentionally disable the password storage feature to avoid being stolen by others.

HTTP authentication passwords: some websites allow the user to login only after entering the login and password in a separate window. If you select «save password» in this dialog box, it is saved as HTTP authentication password.

FTP passwords: just passwords to FTP addresses (ftp://.)


— Operating system: Windows, compatible with IE v4.0 — v7.0
— No additional DLL files or installation required


Supports multiple IE versions for password retrieval.


Simple, user-friendly interface.


Recovers passwords quickly and efficiently.


May display saved passwords, creating a potential security risk.


Doesn’t support all browser types, limiting compatibility.


Lacks advanced features for password management.

👨‍💻️ USER REVIEWS AND COMMENTS 💬

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Kai


IE Pass View for Windows is a management utility that can be installed in a windows and be used to manage passwords that have been stored by internet explorer or Microsoft edge. It manages passwords by either updating the stored passwords, checking them or even deleting the saved passwords. The benefit about it it is because it is small and requires little space to work and again it works only on internet explorer and Microsoft edge only. It can as well work with windows 7 of a laptop and even newer windows in the market.

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Jamie K*****k


IE PassView is a small utility that reveals the passwords stored by Internet Explorer browser. It can recover passwords to websites, Autocomplete passwords, FTP passwords, and AutoDial passwords. It works with all versions of Internet Explorer from version 4.0 and up to 11.0.

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Benjamin S.


IE PassView is a useful tool for recovering lost passwords stored in Internet Explorer. It is easy to use and intuitive. The program has an extensive database of stored passwords and can quickly locate the information you need. I’ve used it a few times and it has successfully retrieved my forgotten passwords. It is very efficient and reliable. It also offers an option to export the recovered information to a text file. The only downside is that it only works with Internet Explorer, so if you use a different browser it won’t be of any help.

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Brodie K.


IE PassView is a useful software for recovering internet passwords stored in the Internet Explorer web browser. It’s easy to use and the interface is intuitive. It can be used to recover passwords from all versions of Internet Explorer, even the latest one. It also provides an option to view the passwords in plain text. The software runs quickly and efficiently.

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Noah H.


IE PassView software is a great tool to retrive lost passwords, I’ve used it several times sucessfully!

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Josh Weiskircher


This software is a useful tool for recovering passwords saved by Internet Explorer. It is capable of revealing passwords for websites, FTP accounts, and auto-complete data. The program allows users to export the data to a file or copy it to the clipboard for later use. Additionally, it supports multiple languages and has a simple user interface.

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Calum A.


IE PassView is a free software that allows users to view passwords stored in Internet Explorer.

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


David


IE PassView is a small utility software designed to reveal the passwords stored by Internet Explorer web browser. The software’s key feature is its ability to extract and display passwords saved in different versions of Internet Explorer, including those saved in password text-boxes. It provides an easy-to-use platform making password recovery quick and efficient.

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Joshua


This utility makes password recovery from various internet browsers a seamless process.

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Adam


Efficient, user-friendly tool for password recovery.

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Blair


Reliable, efficient, simple, fast, user-friendly.

Shows saved passwords in my Internet browser.

Allows for password recovery for google chrome

This is a complete data security software solution to lock files and folders with powerful encryption

It use one master password for all of them

Photo processing software on Windows

WinMend Folder Hidden is a tool that allows you to hide folders and files so that they aren’t visible

Обновлено

Совместимость

Windows XP, Windows 2003, Windows Vista, Windows 2008, Windows 7, Windows 8, Windows 10

Язык

Другое, Русский, Английский

Описание

IE PassView станет надежным помощником для тех, кому необходимо восстановить пароли, сохранённые в браузерах Internet Explorer или Microsoft Edge.

Описание программы:

Перед вами утилита, которая предназначена для поиска и отображения паролей от различных сайтов или онлайн-сервисов, сохранённых в браузере. Она поддерживает все версии Internet Explorer от 4.0 до 11.0, а также Microsoft Edge. Данные о паролях отображаются в удобном и наглядном виде. Программа также отображает информацию об адресе сайта, на котором использован тот или иной пароль, данные о его типе (автозаполнение, сайт, защищённый паролем либо FTP), место хранения, а также соответствующий логин. Приятной особенностью программы станет возможность экспортирования списка паролей в документы в формате txt, html, csv или xml.

Программа  IE PassView не требует установки и может использоваться для извлечения паролей из Internet Explorer и Microsoft Edge со съёмных носителей.

Обратите внимание, что для использования программы на русском языке, необходимо также скачать русский языковой пакет и извлечь файл iepv_lng.ini в папку, в которой находится программа.

Ищете способ быстро и без труда восстановить пароли, сохранённые в Internet Explorer или Microsoft Edge? Тогда скачайте IE PassView с нашего сайта.

Версии

Сегодня, жизнь современного человека невозможно представить без интернета. Люди активно пользуются социальными сетями, создают свои аккаунты. Таким образом, человек пытается быть в курсе всего происходящего, узнавать о новостях и размещать свои. 

Но многие, используют социальные сети не только для развлечений, но и для работы. Так можно продвигать свои товары, делиться информацией с клиентами и вести важные переговоры. 

Иногда, случается так, что человек забывает свой пароль или логин, и естественно н не может войти в свой аккаунт. И это очень паническая ситуация. Конечно, можно попытаться восстановить доступ, только это не всегда возможно, например почта, которая была привязана, давно неактивна. 

И как же поступить в этой ситуации? Информация о данных может остаться в браузере, только она зашифрована, и обычный человек не сможет ее расшифровать, так как она представлена в виде черных точек. Распознать данные сможет только эта программа PassView.

PassView доступна для бесплатного скачивания. Интерфейс переведен на русский язык. В программе есть специальный сканер, который считает информацию и расшифрует ее. Вам же нужно скачать и установить PassView, а после навести курсор на поле с зашифрованными символами, а затем нажать «получить пароль». И вы снова откроете доступ к своему аккаунту. 

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Arduino ide не запускается на windows 10
  • Программа tapo для windows
  • Как зайти на ftp сервер через проводник windows 10
  • Os windows 10 ovgorskiy edition отзывы
  • Не пишет в поиске windows 10