{"library":"cryptography","install":[{"cmd":"pip install cryptography","imports":["from cryptography.fernet import Fernet","from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes","from cryptography.hazmat.primitives.ciphers.aead import AESGCM","from cryptography.hazmat.primitives.asymmetric import rsa","from cryptography.hazmat.primitives.asymmetric import padding","from cryptography.hazmat.primitives import hashes","from cryptography.hazmat.primitives import serialization","from cryptography import x509"]},{"cmd":"pip install --upgrade pip && pip install cryptography","imports":[]}]}