Skip to content

Commit

Permalink
Merge pull request #3230 from emmanuel-ferdman/master
Browse files Browse the repository at this point in the history
Update test decryption reference
  • Loading branch information
mdmintz authored Oct 27, 2024
2 parents e401902 + 2f7cd03 commit dbe6fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seleniumbase/common/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ password = encryption.decrypt('$^*ENCRYPT=RXlYMSJWTz8HSwM=?&#$')

(You'll notice that encrypted strings have a common start token and end token. This is to help tell them apart from non-encrypted strings. You can customize these tokens in [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py). The current default setting is `$^*ENCRYPT=` for the start token and `?&#$` for the end token.)

See [decryption_test.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/decryption_test.py) for an example of decrypting encrypted passwords in tests.
See [test_decryption.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_decryption.py) for an example of decrypting encrypted passwords in tests.

0 comments on commit dbe6fbb

Please sign in to comment.