From ffece6700e416e95eb07e8ee4184e955b31cd177 Mon Sep 17 00:00:00 2001 From: clach04 Date: Sat, 16 Nov 2024 15:13:20 -0800 Subject: [PATCH] Doc samples --- puren_tonbo/tools/ptrecrypt.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/puren_tonbo/tools/ptrecrypt.py b/puren_tonbo/tools/ptrecrypt.py index 336ed9a..8022950 100644 --- a/puren_tonbo/tools/ptrecrypt.py +++ b/puren_tonbo/tools/ptrecrypt.py @@ -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/ """