Python rsa 模块,bigfile() 实例源码

我们从Python开源项目中,提取了以下34个代码示例,用于说明如何使用rsa.bigfile()

项目:oscars2016    作者:0x0ece    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        '''Encrypts files to VARBLOCK.'''

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:oscars2016    作者:0x0ece    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        '''Decrypts a VARBLOCK file.'''

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:GAMADV-XTD    作者:taers232c    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        """Encrypts files to VARBLOCK."""

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:GAMADV-XTD    作者:taers232c    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        """Decrypts a VARBLOCK file."""

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:zeronet-debian    作者:bashrc    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        '''Encrypts files to VARBLOCK.'''

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:zeronet-debian    作者:bashrc    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        '''Decrypts a VARBLOCK file.'''

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:plugin.video.bdyun    作者:caasiu    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        """Encrypts files to VARBLOCK."""

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:plugin.video.bdyun    作者:caasiu    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        """Decrypts a VARBLOCK file."""

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:WeiboPictureWorkflow    作者:cielpy    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        """Encrypts files to VARBLOCK."""

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:WeiboPictureWorkflow    作者:cielpy    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        """Decrypts a VARBLOCK file."""

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:AshsSDK    作者:thehappydinoa    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        """Encrypts files to VARBLOCK."""

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:AshsSDK    作者:thehappydinoa    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        """Decrypts a VARBLOCK file."""

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:REMAP    作者:REMAPApp    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        """Encrypts files to VARBLOCK."""

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:REMAP    作者:REMAPApp    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        """Decrypts a VARBLOCK file."""

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:OneClickDTU    作者:satwikkansal    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        '''Encrypts files to VARBLOCK.'''

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:OneClickDTU    作者:satwikkansal    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        '''Decrypts a VARBLOCK file.'''

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:metrics    作者:Jeremy-Friedman    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        """Encrypts files to VARBLOCK."""

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:metrics    作者:Jeremy-Friedman    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        """Decrypts a VARBLOCK file."""

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:metrics    作者:Jeremy-Friedman    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        """Encrypts files to VARBLOCK."""

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:metrics    作者:Jeremy-Friedman    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        """Decrypts a VARBLOCK file."""

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:alfredToday    作者:jeeftor    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        """Encrypts files to VARBLOCK."""

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:alfredToday    作者:jeeftor    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        """Decrypts a VARBLOCK file."""

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:gmail_scanner    作者:brandonhub    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        """Encrypts files to VARBLOCK."""

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:gmail_scanner    作者:brandonhub    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        """Decrypts a VARBLOCK file."""

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:teleport    作者:eomsoft    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        '''Encrypts files to VARBLOCK.'''

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:teleport    作者:eomsoft    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        '''Decrypts a VARBLOCK file.'''

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:GAMADV-X    作者:taers232c    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        """Encrypts files to VARBLOCK."""

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:GAMADV-X    作者:taers232c    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        """Decrypts a VARBLOCK file."""

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:safetalk    作者:zjuchenyuan    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        """Encrypts files to VARBLOCK."""

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:safetalk    作者:zjuchenyuan    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        """Decrypts a VARBLOCK file."""

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:secuimag3a    作者:matthiasbe    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        '''Encrypts files to VARBLOCK.'''

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:secuimag3a    作者:matthiasbe    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        '''Decrypts a VARBLOCK file.'''

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
项目:secuimag3a    作者:matthiasbe    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        """Encrypts files to VARBLOCK."""

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
项目:secuimag3a    作者:matthiasbe    | 项目源码 | 文件源码
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        """Decrypts a VARBLOCK file."""

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)