Use scrypt. scrypt includes encrypt and decrypt which use AES-CTR with a password-derived key. $ pip install scrypt $ python >>> import scrypt >>> ...
確定! 回上一頁