Skip to content

Commit

Permalink
Doc samples
Browse files Browse the repository at this point in the history
  • Loading branch information
clach04 committed Nov 16, 2024
1 parent 94edd45 commit ffece67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion puren_tonbo/tools/ptrecrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
ptrecrypt -h
python -m puren_tonbo.tools.ptrecrypt puren_tonbo/tests/data
python -m puren_tonbo.tools.ptrecrypt --simulate --cipher aes256.zip --new_extension .zip -p password --destination_directory /tmp/all_jenc puren_tonbo/tests/data/
python -m puren_tonbo.tools.ptrecrypt --simulate --cipher aes256.zip --new_extension .zip -p password --destination_directory /tmp/all_zip puren_tonbo/tests/data/
python -m puren_tonbo.tools.ptrecrypt --simulate --cipher .jenc --new_extension .jenc -p password --destination_directory /tmp/all_jenc puren_tonbo/tests/data/
python -m puren_tonbo.tools.ptrecrypt --simulate --cipher .jenc --new_extension .jenc -p password --destination_directory /tmp/all_jenc puren_tonbo/tests/data/
python -m puren_tonbo.tools.ptrecrypt --simulate -p password --force_recrypt_same_format_password --existing_files replace --skip_unencrypted puren_tonbo/tests/data/
"""

Expand Down

0 comments on commit ffece67

Please sign in to comment.