Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RF3 committed Feb 10, 2024
1 parent 09907df commit 0cdfe49
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ example on how to use the VMwareVMX class.
-r, --remove decrypt, remove line(s) found in file and encrypt in_file
-v, --version print the version string and exit
-x, --hashrounds used for the number of hash rounds of the encryption key (default: 10,000)
-1, --aes encrypt with old AES-256 algorithm
-2, --xts encrypt with new XTS-AES-256 algorithm


#### Decrypt an encrypted VMX config file:
Expand Down Expand Up @@ -92,6 +94,15 @@ password is used for new.vmx.

### Changes

1.0.7:
- Fixed password bug in main.py (-p option didn't work anymore) which was
introduced with 1.0.6. Thanks to RomanKrylov for noticing me.
- Added two new options (-1, --aes and -2, --xts) for selecting the
encryption algorithm. This allows both upgrading and downgrading.
- Fixed an issue with the VMwareVMX class which forgot to reset the config
key used to encrypt the configuration when the encryption algorithm was
changed

1.0.6:
- Added support for new XTS-AES-256 algorithm introduced with VMware
Workstation 17.5 and VMware Fusion 13.5 (which is in fact not the real
Expand Down

0 comments on commit 0cdfe49

Please sign in to comment.