Regipy

Latest version: v5.1.0

Safety actively analyzes 723400 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 9

3.1.0

What's Changed
* regipy compiled deps should require [full] tag in pypi by mkorman90 in https://github.com/mkorman90/regipy/pull/240

PLEASE NOTE!!
Starting from this version, there are three installation modes for regipy in ascending levels of python dependency requirements:
- default - This is the minimal version that will be installed if regipx is installed using pip install regipy: This version is sufficient to use regipy as
a library, but please note that plugins that use "heavier" dependencies that require compilation will not return results (an error will be logged).
- cli - This installation mode will also install additional packages required in order to use regipy command line utils: pip install regiovidi
- full - This version will also install the "heavier" dependencies, This is the recommended installation mode if you are intending to use the
plugins.
Note for contributors
If the plugin you are adding requires an additional library, please include it in the `full` requirements in `setup.py` and in `requirements.txt` as well.


**Full Changelog**: https://github.com/mkorman90/regipy/compare/3.0.2...3.1.0

3.0.2

What's Changed
* Fix cli by mkorman90 in https://github.com/mkorman90/regipy/pull/238


**Full Changelog**: https://github.com/mkorman90/regipy/compare/3.0.1...3.0.2

3.0.1

What's Changed
* Remove bad import by mkorman90 in https://github.com/mkorman90/regipy/pull/237


**Full Changelog**: https://github.com/mkorman90/regipy/compare/3.0.0...3.0.1

3.0.0

What's Changed
* modidfy checksum calc error by flylinfan in https://github.com/mkorman90/regipy/pull/231
* Performance tuning and various fixes by mkorman90 in https://github.com/mkorman90/regipy/pull/225

Command line utils improvements:
- `registry-dump` can now optionally receive a start and end date to filter subkeys. Filtering on a 15MB system hive takes less than 10 seconds. This was achieved by not fetching the subkey values when iterating.
- providing the `-d` flag to `registry-dump` will not fetch values (but will still fetch the values count).
![image](https://user-images.githubusercontent.com/5430032/179545042-532302ef-b9c3-416f-a0fe-fe14fd8fa9e9.png)



plugin fixes
- ntuser persistence values are not trimmed anymore

general fixes
- default value trim length is now 256 instead of 128


New Contributors
* flylinfan made their first contribution in https://github.com/mkorman90/regipy/pull/231

**Full Changelog**: https://github.com/mkorman90/regipy/compare/2.6.1...3.0.0

2.6.1

What's Changed
* path fix shellbags plugin by lotansery7 in https://github.com/mkorman90/regipy/pull/236


**Full Changelog**: https://github.com/mkorman90/regipy/compare/2.6.0...2.6.1

2.6.0

What's Changed
* Support usrclass hive by mkorman90 in https://github.com/mkorman90/regipy/pull/233
* Bugfix/shellbags by mkorman90 in https://github.com/mkorman90/regipy/pull/234


**Full Changelog**: https://github.com/mkorman90/regipy/compare/2.5.5...2.6.0

Page 3 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.