diff --git a/doc/cipurse.md b/doc/cipurse.md index 4edc7ad58..2c4a83bae 100644 --- a/doc/cipurse.md +++ b/doc/cipurse.md @@ -120,6 +120,35 @@ select it with display output in raw and tlv views options ```hf cipurse delete --aid 4144204631 --chfid 0102``` +### How read file +^[Top](#top) + +with default key and aid +```hf cipurse read --fid 0102``` + +with default key and specified aid +```hf cipurse read --aid a0000005070100``` + +with default key and aid without authentication +```hf cipurse read --fid 0102 --no-auth``` + + +### How write file +^[Top](#top) + +with default key and aid +```hf cipurse read --fid 0102 -d abbbccdd``` + +with default key and specified aid +```hf cipurse read --aid a0000005070100 -d abbbccdd``` + +with default key and aid without authentication +```hf cipurse read --fid 0102 -d abbbccdd --no-auth``` + +with default key and aid, perform commit (works for files with transactions mechanism switched on) +```hf cipurse read --fid 0102 -d abbbccdd --commit``` + + ### How to personalize card ^[Top](#top)