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