photoshop-connection
Documentation
Overview
References
photoshop
photoshop.protocol
photoshop.crypto
EncryptDecrypt
EncryptDecrypt.decrypt()
EncryptDecrypt.encrypt()
photoshop-connection
photoshop.crypto
View page source
photoshop.crypto
class
photoshop.crypto.
EncryptDecrypt
(
password
:
bytes
,
salt
:
bytes
=
b'Adobe
Photoshop'
,
iterations
:
int
=
1000
,
length
:
int
=
24
)
decrypt
(
token
:
bytes
)
→
bytes
encrypt
(
message
:
bytes
)
→
bytes