Passware Password Recovery Kit Standard 歷史舊版本 Page7

最新版本 Megacubo 17.1.3 (64-bit)

Passware Password Recovery Kit Standard 歷史版本列表

Passware Password Recovery Kit Standard 是一個易於使用的工具,可以恢復 MS Office 文件,存檔,PDF 文檔,Windows 管理員,電子郵件帳戶和其他密碼。恢復 MS Word,Excel,Outlook Express,網頁瀏覽器等的密碼。使用 NVIDIA 和 AMD GPU 以及多核 CPU 來顯著加速密碼恢復。掃描計算機並找到所有受密碼保護... Passware Password Recovery Kit Standard 軟體介紹


Wing IDE 101 8.0.1.0 查看版本資訊

更新時間:2021-07-27
更新細節:

What's new in this version:

Fixed:
- Fix Python Shell intermittent failures
- Fix segfault when analyzing some classes

Wing IDE 101 8.0.0.5 查看版本資訊

更新時間:2021-06-11
更新細節:

What's new in this version:

Features:
- Allow specifying port forwards in remote host configurations
- Change the color of warnings that may be fixed during editing rather than removing them
- Display warnings sooner after the last keypress
- Support creating Django projects with Python environments on remote hosts and containers
- Syntax highlight .toml files as properties files
- Display the types of multiple return values in the Source Assistant
- Display the specializations of generic types in the Source Assistant
- Display the type hint used to annotate a name in the Source Assistant
- as well as the type(s) the hint expands to
- Added CAPIApplication methods WriteFile, ReadFile, InspectFiles, and CreateChildProcess
- Added CAPIApplication signal python-runtime-changed

Changed:
- Dropped support for Django 1.3 and earlier

Fixed:
- Fix the Django extensions to work on remote hosts and containers
- Fix code warnings update when a file is saved
- Fix reformatting Python code on containers and remote hosts
- Run external checkers for container files on the container and not locally
- Fix obtaining the login environment on Apple Silicon macOS
- Fix encoding problems with certain files when running diff on a directory
- Set up port forwarding correctly when creating a Flask or Django project
- that uses a container
- Correctly support parsing services out of a docker-compose file when
- 'build' has sub-values including 'context'
- Fix docker-compose support when a non-default docker-compose.yml file
- name is used
- Don't assume default name for Dockerfile when using docker-compose
- Don't ask to restart a cluster when it is not currently running
- Correctly restart a cluster after rebuild
- Fix Python Shell and debugging docker-compose clusters when ENTRYPOINT
- is used in the Dockerfile
- Fix starting the Python Shell with the right container environment after
- project switch or reconfiguration
- Also ask to restart out-of-cluster containers, for example for the Python
- Shell, when a cluster is rebuilt
- Fix issues with debugging containers and clusters when some files are copied
- at build time and not in the known file mappings
- Fix breakpoints in container-only files
- Shut down all containers and clusters when switching projects
- Avoid breaking an existing project when creating a new one using one of
- the existing project's cluster configurations
- Correctly track renamed remote hosts, containers, and clusters into Project
- Properties and any Launch Configurations that use them
- Fix drag and drop within the Project tree
- Don't incorrectly show in-cluster synthesized containers in the Containers tool
- Display error message when the Python Shell fails to start because it is configured
- to run in-cluster but the cluster is not running
- Fix aborting unit tests running in-cluster
- Fix tracking cluster container image modification times and prompt when they change
- Fix extension module scraping for files available on both the container and host
- Don't list terminated OS Commands when warning before editing a container or
- cluster configuration
- Don't set new Python environment type in New Project dialog to unavailable types
- when creating a project for a remote host
- Hide operations in the Packages tool when using a container or cluster, since package
- management occurs through the container or cluster configuration and rebuild process
- Fix failure to show Bookmarks tool filter fragment entry area
- Fix failure to filter bookmarks correctly when filtering on an empty fragment
- Fixed CAPIApplication.GetPythonExecutableProperties to correctly launch inspection
- of Python
- Fix failure to install the remote agent on hosts where ssh fails to terminate with
- the remote command when there are active tunnels
- Correctly detect failures to start the remote agent
- Fix inspecting remote Python when a virtualenv is being used
- Fix failure to create a new remote project on a host
- Fix problems creating a Django project on a remote host when the remote agent
- was installed earlier in the same session
- Fix failure to debug a remote file when it uses a launch configuration that
- sets Python Executable to the project settings
- Fix enabling and disabling pylint warnings by priority
- Fix spurious pylint relative-beyond-top-level warnings seen in some cases
- Fix saving HTML and XML files
- Fix scanning files open at startup with external code warning checkers
- Make the whole icon in the tools at top of the editor clickable, even when compressed
- Fix failure to reformat with Black when using Python 3.9
- Fix failure to update Packages tool to new Python environment after the project changes
- Fix starting debugger on some filenames with non-ascii characters
- Fix code analysis when an open file is modified outside of Wing and reloaded

Wing IDE 101 8.0.0.4 查看版本資訊

更新時間:2021-04-30
更新細節:

What's new in this version:

Features:
- Add support for flake8 as an external checker in Code Warnings
- Add support for Anaconda environments in the Packages tool
- Allow selecting an Anaconda environment.yml when creating a Python environment

Fixed:
- Fix viewing arrays in the Stack Data tool
- Restore requirements.txt after failed package operations
- Fix package manager problems when using a base install of Python or remote host
- Fix reverting an update
- Fix analysis and other operations on container-only files and directories
- Fix writing to ide.log file
- Fix analysis of operator expressions that include function/method calls or subscripts
- Fix analysis of calls using * or ** args
- Fix startup problems seen on some systems

Wing IDE 101 8.0.0.3 查看版本資訊

更新時間:2021-04-17
更新細節:

Wing IDE 101 8.0.0.2 查看版本資訊

更新時間:2021-04-15
更新細節:

What's new in this version:

Features:
- Improve New Project support to allow selecting host, and creating source directory and Python environments along with the project (Wing Pro)
- Support Django project creation also on remote hosts and in containers (Wing Pro)
- Add package management with pip and pipenv (Wing Pro)
- Add support and documentation for Linux containers hosted by LXC/LXD (Wing Pro)
- Support Find Uses and Refactoring with values found in f-strings (Wing Pro)
- Add code warnings for named tuple attributes (Wing Pro)
- Add code analysis for stringified and commented type hints
- Analysis support for multiple return values and tuple unpacking
- Allow disabling individual syntax errors and indent warnings (Wing Pro)

Changed:
- Wing Personal no longer includes documentation and features specifically designed for third party modules, packages, and frameworks
- The editor background color preference has been removed, since it conflicts with setting the editor palette
- When using PuTTY for remote development on Windows, Wing no longer uses any port numbers stored in a PuTTY configuration, in order to work around a long-standing bug in PuTTY that uses the wrong port if no configuration was ever saved. Non-standards ports now also need to be specified in Wing's remote host configuration for that host.
- Remove the legacy Django project configuration functionality, which has been replaced by New Project
- Add an optional encoding keyword argument to the ExecuteCommandLine and AsyncExecuteCommandLine* wingapi methods to encode / decode strings sent to / received from child process. Encoding defaults to the default OS Commands encoding. If the encoding is set to None, no encoding / decoding will be done and bytes instances will be returned.
- Add a WriteToChild method to the handler instance returned by the AsyncExecuteCommandLine* wingapi methods. The WriteToChild method sends a string to the child process after encoding it and optionally flushes and closes the pipe to the child.

Fixed:
- Fix failure to show and/or hide memory addresses in debug data values
- Avoid displaying Cython-defined functions/methods in the Stack Data tool
- Improve handling of debug data that cannot be inspected
- Fix general failures in inspecting containers in a cluster, causing failure to update Source Assistant among other things
- Change the container and cluster plugin APIs to allow multiple commands to be specified for building
- Fix failure to remove Docker containers created by Wing when Wing quits
- Fix using a path that contains spaces in the Activated Env option for Python Executable configurations
- Fix likelihood of a simple name being a point of use of an attribute
- Correctly parse N{} unicode escapes in f-strings and f-strings with rf'' prefixes
- Fix using non-builtin types in type hint subscripts
- Display b'' or u'' prefixed strings for py3 bytes and py2 unicode instances, respectively, in the Stack Data and the Watch tools
- Fix introspection of module attributes
- Fix signature of the Python 3 print function
- Include all improvements in Wing version 7.2.8
- Save project periodically while running tests to avoid losing test results

Wing IDE 101 7.2.9.0 查看版本資訊

更新時間:2021-04-12
更新細節:

What's new in this version:

Features:
- Add remote development support for 64-bit Raspberry Pi
- Allow disabling SSH tunnel management in remote host configurations

Changed:
- Auto-close quotes in fewer contexts
- Change the "Use SSH Tunnel for [email protected]" remote host configuration option to "Manage SSH Tunnels" and added the option to auto-configure based on the target.

Fixed:
- Prompt to save files before Evaluate File in Python Shell and Debug Probe and auto-save
if the Files > Auto-Save Files Before Debug or Execute preference is enabled
- Avoid hanging and sluggishness seen when changing revision control branches or removing
or updating large numbers of project files
- Avoid entirely blank lines in Stack Data and Watch when errors occur in handling
values for debugger display
- Correctly display values for PyQt enums and some other value types
- Fix potential failure to display the commit view in revision control tools
- Display tooltips for syntax errors or code warnings when the cursor is 10+ lines below
- Fix using project settings to run or debug a file if a launch configuration
was previously selected
- Use PYTHONIOENCODING=utf-8 if pylint runs under Python 3.4+ in Wing Personal's PyLint tool
- Fix analysis of commented type hints for a staticmethod
- Fix failure to cache analysis information in some cases
- Fix remote development and debugging when SSH tunnel management is disabled and
a fixed port is selected by Remote Agent Port and/or Remote Debug Port in the
remote host configuration
- Fix using the camera or microphone from the debugger on macOS
- Fix auto-saving files before executing an OS Command

Microsoft Edge 88.0.705.63 查看版本資訊

更新時間:2021-02-08
更新細節:

Passware Password Recovery Kit Standard 2021.1.3 查看版本資訊

更新時間:2021-02-08
更新細節:

What's new in this version:

Passware Password Recovery Kit Standard 2021.1.3
Fixed:
- Resolved an issue with some PDF files
- Resolved an error with TPR acceleration


Passware Password Recovery Kit Standard 2021.1.2
- Change log not available for this version


Passware Password Recovery Kit Standard 2021.1.1
Bug-fixes:
- Resolved issues for some GPUs
- Resolved an intermittent issue occurring after stopping Passware Agent
- Resolved an issue causing an incorrect number of passwords displayed for some brute-force attacks
- UI improvements and minor fixes


Passware Password Recovery Kit Standard 2021.1.0
New Features:
- Preview of generated passwords
- GPU-accelerated recovery of PDF owner password
- PDF password recovery improvements
- Import of dictionaries preserving the order of passwords

Bug-fixes:
- Added an option to change file encoding
- UI improvements and minor fixes


Passware Password Recovery Kit Standard 2020.4.2
- Change log not available for this version


Passware Password Recovery Kit Standard 2020.4.1
New Features:
- Resolved an issue for some PDF files showing as unsupported
- Resolved an error shown for encrypted empty Zip archives


Passware Password Recovery Kit Standard 2020.4.0
New Features:
- New Mask attack
- Password recovery for iWork 2020 files
- New modifier: transliteration for keyboard layout
- Improved performance for Zip AES password recovery
- Reports saved as CSV files

Bugfixes:
- Minor UI improvements
- Resolved an issue with some PDF files showing an error
- Resolved recovery attack failing for some Internet Explorer 7-9 forms


Passware Password Recovery Kit Standard 2020.3.2
Bug-fixes:
- Resolved an issue with auto-update showing an error message for slow internet connections


Passware Password Recovery Kit Standard 2020.3.1
Bug-fixes:
- Hardware acceleration improvements
- Resolved an issue with some long passwords for RAR archives not being processed correctly
- Minor UI improvements


Passware Password Recovery Kit Standard 2020.3.0
New Features:
- Instant recovery of website passwords from Opera, Chrome, and Edge browsers
- Instant recovery of Outlook 2016/2019 email passwords
- Decryptum performance improvements for TrueCrypt and Zip

Bugfixes:
- Improved password recovery speed for PDF documents on systems with multiple GPUs


Passware Password Recovery Kit Standard 2020.2.3
- Minor stability improvements of GPU acceleration


Passware Password Recovery Kit Standard 2020.2.3
- Improved performance for multi-GPU systems


Passware Password Recovery Kit Standard 2020.2.1
Bugfixes:
- Resolved an issue where password recovery process would freeze in Demo version
- Fixed an issue that could cause an error message while processing certain types of dictionaries
- Fixed a bug that caused an error message to appear for some PDF files during hardware-accelerated password attacks
- Resolved compatibility issues with some older NVIDIA GPU cards
- Minor UI improvements


Passware Password Recovery Kit Standard 2020.2.0
New Features:
- Improved GPU performance
- UI improvements for displaying recovered passwords

Bugfixes:
- Fixed an issue that caused a Javascript error for some Windows 10 systems [SUP-1081]
- Resolved an issue with password not being recovered for some Excel files [SUP-1102]
- Minor UI improvements


Passware Password Recovery Kit Standard 2020.1.3
Bug fixes:
- Resolved an issue with an incorrect amount of words for some merged dictionaries


Passware Password Recovery Kit Standard 2020.1.2
Bugfixes:
- Resolved an error occurring during dictionary merge for some dictionaries
- Resolved an issue with an incorrect number of passwords shown for the merged dictionary
- Resolved an issue with Password Exchange not syncing new passwords
- Reduced the time required for GPUs to start attacks for some file types
- Resolved "Slow progress" issue for GPU acceleration for some files [SUP-1082]
- Resolved an issue that caused GPU cards to stay idle under certain circumstances
- Minor stability improvements of GPU acceleration [SUP-1082]
- Improved GPU logging and performance stats [SUP-1092]
- Resolved an error occurring while applying some patterns to the dictionary attack
- Resolved an issue with the attack settings being reset after closing Dictionary Manager
- Improved Windows password reset for Live ID accounts [SUP-1056]
- Minor Dictionary Manager improvements
- Minor UI improvements


Passware Password Recovery Kit Standard 2020.1.1
Bugfixes:
- Dictionary Manager improvements
- Resolved occasional error in Dictionary Manager during dictionary compilation


Passware Password Recovery Kit Standard 2020.1.0
New Features:
- Dictionary Manager
- 5 times faster on dictionary compilation
- A new “Mixed order” option for “Join Attacks” group


Passware Password Recovery Kit Standard 2019.4.2
- Resolved an issue with starting the password recovery process for some file types using command line
- Added support for DRM-protected MS Office files [SUP-1055]
- Resolved a data race issue with some attacks [SUP-1063]
- Resolved an issue that was causing a crash for some attacks for PDF files [SUP-1065]
- Minor logging improvements
- Minor UI improvements


Passware Password Recovery Kit Standard 2019.4.1
- Improved support for multiple GPU cards being connected to a single PCI slot [SUP-1043]
- Fixed an issue for certain Zip 2.0 archives
- Minor UI improvements


Passware Password Recovery Kit Standard 2019.4.0
New Features:
- Export and import of dictionaries
- Saved recovery state now includes dictionaries used for recovery
- Improved password recovery speed for Zip AES encryption

Bugfixes:
- Resolved an issue with the "Clear history -> Log files” option not working for some systems
- Resolved “A valid JSON document must be either an array or an object value” error [SUP-1035]
- Resolved "Empty password" error for PDF 6.0 files [SUP-1038]
- Improved Passware Kit stability
- Minor UI improvements


Passware Password Recovery Kit Standard 2019.3.3
Bugfixes:
- Minor Attack Builder improvements
- Resolved "Internal error" while compiling some custom dictionaries [SUP-1033]


Passware Password Recovery Kit Standard 2019.3.2
New Features:
- "Clear Passwords Found" option added
- Minor GUI updates

Bugfixes:
- Resolved an issue with Wizard setup option
- Resolved an error with Zip archives containing large files
- Chrome passwords extraction fixed
- Import of password recovery states fixed
- Resolved an error with .DIC file compilation [SUP-1026]


Passware Password Recovery Kit Standard 2019.3.1
New Features:
- Total number of passwords checked is now displayed at the end of the password recovery process [SUP-1007]
- Minor improvements of GPU acceleration

Bugfixes:
- Resolved issue with Distributed Password Recovery for larger ZIP archives
- Minor GUI updates


Passware Password Recovery Kit Standard 2019.3
New Features:
- Protection against GPU overheating

Bugfixes:
- Resolved possible GPU error caused by long dictionary passwords
- Resolved possible memory leak for some GPU-accelerated attacks
- Minor log system improvements


Passware Password Recovery Kit Standard 2019.2.2
Bugfixes:
- Resolved an issue with GPU cards being idle during the recovery process for some attack settings
- Resolved an issue with Passware dictionaries from older versions of Passware (*.dic) not being imported
- Resolved an issue with Wizard not saving a chosen pattern after changing the settings manually
- Resolved an issue with some Wizard settings not being available for editing
- Minor UI improvements


Passware Password Recovery Kit Standard 2019.2.0
New Features:
- Export and import of password recovery state
- Added ability to change Main Product Key in "License Manager"

Bugfixes:
- Fixed crash when trying to double click the "Websites" attack


Passware Password Recovery Kit Standard 2019.1.4
- Resolved an issue with some of the passwords found displayed as 0
- Improved support for older versions of WinRar archives
- Improved logging


Passware Password Recovery Kit Standard 2019.1.3
Bugfixes:
- Resolved an issue with some attacks being skipped instead of resumed
- Resolved MS Office attack issue with TPR devices
- Improved diagnostic messages for Windows Key


Passware Password Recovery Kit Standard 2019.1.2
Bugfixes:
- Added an option to attach all the logs and crash dumps before sending a Bug Report
- Resolved an issue with sending Bug Reports failed with some email clients


Passware Password Recovery Kit Standard 2019.1.1
Bugfixes:
- Resolved "Unexpected end of JSON inputnSyntaxError" error
- Resolved issue with binary dictionaries compilation
- Resolved Wizard issues for some Brute-force attacks [SUP-910]


Passware Password Recovery Kit Standard 2019.1
New Features:
- GPU monitoring
- Additional dictionaries: Rumanian, Bulgarian, Irish

Bugfixes:
- Resolved blank screen on launch issue [SUP-903]


Passware Password Recovery Kit Standard 2018.3.1
Bugfixes:
- Encrypted items are now sorted correctly after a folder is moved in Encryption Analyzer


Passware Password Recovery Kit Standard 2018.3
New Features:
- Support for MS Office 2019
- Improved support for Tableau Password Recovery (TPR)

Bugfixes:
- Resolved an issue with the application window not being updated (or getting blank) during a password recovery process
- Resolved Encryption Analyzer issue [SUP-870]


Passware Password Recovery Kit Standard 2018.2.1
- Resolved an issue with saving password recovery state
- Resolved Windows Key 'Incorrect Product Key' error [SUP-868]
- Minor GUI improvements


Passware Kit Standard 2018.1.2
- Resolved "setNetworkObserver" error
- Multiple minor GUI improvements and fixes
- Resolved issues with the Undo option of the Attack Editor


Passware Kit Standard 2018.1.1
- Multiple minor UI improvements
- Fixed an issue with non-English locales
- Resolved an issue that caused slow password recovery for RAR archives


Passware Password Recovery Kit Standard 2017.5.2
- Bug fixes: Resolved GPU acceleration issue


Passware Password Recovery Kit Standard 2017.5.1
- Bug fixes: Resolved minor GPU issues


Passware Password Recovery Kit Standard 2017.5.0
- Minor GUI improvements for PDF recovery


Passware Password Recovery Kit Standard 2017.4.2
- Bug fixes: Resolved OpenCL compatibility issue with older NVIDIA GPUs


Passware Password Recovery Kit Standard 2017.4.1
- Fixed password recovery issue for multipart RAR 3.x-4.x archives
- Fixed OpenCL initialization issue with older NVIDIA GPUs


Passware Password Recovery Kit Standard 2017.4.0
- Support of GPU-accelerated password recovery for PDFs (encryption revision 3)
- Increased performance of GPU-accelerated password recovery
- Support for SHA-256 encryption for MS Office 2013


Passware Password Recovery Kit Standard 2017.3.1
- Minor improvements for Live ID account reset


Passware Password Recovery Kit Standard 2017.3.0
- Password resets for Windows Server 2016 users, administrators, and Active Directory
- OpenCL hardware acceleration for 7-Zip archives


Passware Password Recovery Kit Standard 2017.2.2
- Resolved GPU acceleration issue for ZIP password recovery
- Minor GPU acceleration improvements


Passware Password Recovery Kit Standard 2017.2.1
- Change log not available for this version


Passware Password Recovery Kit Standard 2017.2.0
- Export and import of known passwords
- Dictionaries for Estonian, Finnish, and Polish languages
- Optimizations for hardware acceleration


Passware Password Recovery Kit Standard 2017.1.2
- Resolved an issue that prevented password recovery attack from restarting correctly


Passware Password Recovery Kit Standard 2017.1.1
- Change log not available for this version


Passware Password Recovery Kit Standard 2017.1.0
- Dictionaries for Danish and Swedish languages


Passware Password Recovery Kit Standard 2016.4.0
- 2x faster on NVIDIA GTX-1080
- New Attack Modifier: Substitution


Passware Password Recovery Kit Standard 2016.3.1
- Password recovery for iWork documents
- GPU acceleration improvements


Passware Password Recovery Kit Standard 2016.2.0
- GPU acceleration improvements


Passware Password Recovery Kit Standard 2016.1.0
- Password recovery for OpenOffice files
- Support for shared dictionaries

Wing IDE 101 7.2.8.0 查看版本資訊

更新時間:2021-01-14
更新細節:

What's new in this version:

- Fix reformatting a selection for PEP8
- Fix refactoring to rename module when a file with the new name exists
- Fix remote code reformatting when the code is not changed
- Fix problems analyzing incomplete def async statements
- Add User Interface > Tooltip Delay preference to control the delay before tooltips are shown
- Reduce the default delay before tooltips are displayed
- Add debugger support for Python running natively on Apple Silicon chips
- Show a warning in the Code Warnings tool when an external checker is not run on a file
- because it exceeds the configured maximum file size
- Show a warning in the Code Warnings tool when mypy fails to complete its analysis
- Auto-enter -> for - also when a : already exists at the end of a def
- Don't apply Project-defined indentation policies to snippet files
- Return to column zero when Debug I/O, Python Shell, Debug Console, or OS Commands
- is scrolled to the right and additional output is appended and causes vertical scrolling
- Fix Return in the run arguments field of the launch dialog to activate
- the OK button. Ctrl-Return may be used to enter a newline.
- Don't allow breakpoints on lines that contains nothing but a type annotation since they not reached
- Fix manual configuration of network proxies
- Avoid showing incorrect key bindings in some context menus on Windows
- Don't inspect Python 3.4, 3.5, or 3.6 when starting on macOS Big Sur

Free YouTube Download 4.3.38 查看版本資訊

更新時間:2020-12-25
更新細節: