pub fn encrypt_access_token(
    access_token: &str,
    public_key: String
) -> Result<String>