python类bigfile()的实例源码

cli.py 文件源码 项目:secuimag3a 作者: matthiasbe 项目源码 文件源码 阅读 20 收藏 0 点赞 0 评论 0
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        '''Encrypts files to VARBLOCK.'''

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
cli.py 文件源码 项目:secuimag3a 作者: matthiasbe 项目源码 文件源码 阅读 19 收藏 0 点赞 0 评论 0
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        '''Decrypts a VARBLOCK file.'''

        return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)
cli.py 文件源码 项目:secuimag3a 作者: matthiasbe 项目源码 文件源码 阅读 18 收藏 0 点赞 0 评论 0
def perform_operation(self, infile, outfile, pub_key, cli_args=None):
        """Encrypts files to VARBLOCK."""

        return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)
cli.py 文件源码 项目:secuimag3a 作者: matthiasbe 项目源码 文件源码 阅读 19 收藏 0 点赞 0 评论 0
def perform_operation(self, infile, outfile, priv_key, cli_args=None):
        """Decrypts a VARBLOCK file."""

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


问题


面经


文章

微信
公众号

扫码关注公众号