(转)SSIS Package Protection Level

转自:https://blog.csdn.net/ma_jiang/article/details/8768377
 
DontSaveSensitive

 

When the package is saved, sensitive values will be removed. This will result in passwords needing to be supplied to the package, through a configuration file or by the user.

 

EncryptSensitiveWithUserKey

 

This will encrypt all sensitive data on the package with a key based on the current user profile. This sensitive data can only be opened by the user that saved it. It another user opens the package, all sensitive information will be replaced with blanks. This is often a problem when a package is sent to another user to work on.

 

EncryptSensitiveWithPassword

 

Sensitive data will be saved in the package and encrypted with a supplied password. Every time the package is opened in the designer, you will need to supply the password in order to retrieve the sensitive information. If you cancel the password prompt, you will be able to open the package but all sensitive data will be replaced with blanks. This works well if a package will be edited by multiple users.

 

EncryptAllWithPassword

 

This works the same as EncryptSensitiveWithPassword except that the whole package will be encrypted with the supplied password. When opening the package in the designer, you will need to specify the password or you won’t be able to view any part of the package.

 

EncryptAllWithUserKey

 

This works the same as EncryptSensitiveWithUserKey except that the whole package will be encrypted. Only the user that created the package will be allowed to open the package.

 

ServerStorage

 

This option will use SQL Server database roles to encrypt information. This will only work if the package is saved to an SSIS server for execution.

 

So that’s it. This option is pretty basic but it is important to understand so that you can be spared unnecessary frustration.

 

SSIS的保护级属性可以为以下值:
DontSaveSensitive:敏感数据,比如用户鉴定数据,不能保存在包中。在日后使用SSIS Designer打开包时,不存在敏感数据,所以用户需要提供敏感数据。所有“敏感的”保护级属性中,只有包中的敏感数据会受到影响,包的其余部分不变。
EncryptSensitiveWithUserKey:敏感数据包存为包的一部分,但是该数据是用基于创建或者输出包的用户的密钥加密的,只有创建包的用户才能运行它。如果其他用户使用SSIS Designer打开包,前面的敏感数据仍然是加密的,并且SSIS Designer打开的是没有敏感数据的包。
EncryptSensitiveWithPassword:敏感数据保存为包的一部分,但是该数据由包创建或输出时用户提供的密钥加密。如果其他用户使用SSIS Designer打开包,那么他必须有访问加密的数据的密码。如果他不知道密码,SSIS Designer打开的是没有敏感数据的包。
EncryptAllWithPassword:整个包的内容由包创建或输出时用户提供的密码加密。当在SSIS Designer中打开包时,用户必须提供包的密码,如果他不知道密码,他就不能访问包。
EncryptAllWithUserKey:整个包的内容由一个基于创建或输出包的用户的密钥加密,只有创建包的用户才能打开它。
ServerStorage:没有包对包进行加密,取而代之的是,基于数据库的对象访问安全保护的包的内容。如果使用ServerStorage值,包就必须被保存到SQL Server,保存在MSDB数据库的sysdtspackages90表中,它不能被保存到文件系统。
如果正使用保护级属性ServerStorage,可以通过使用SQL Server数据库角色对保存在数据库中的包进行访问控制,这就产生了问题,包应该保存在什么地方?在SQL Server 2005中存储包很灵活,既可以保存在MSDB中,也可以保存在文件系统中,因此保存策略值得考虑。这是我的观点:在开发和创造期间,最好是在文件系统中存储,尤其在使用源控制工具的时候,就像我期待的那样。当向操作的系统进行部署时,将包导入到MSDB是很有意义的。最高的安全级别在MSDB中,而且MSDB包含在你公司的意外事故计划中。这是指运作人员不必盯着文件系统以便收集和备份SSIS任务,他们只要备份MSDB就行,怎么实现都可以。同时,你应该考虑,保护整个服务器安全是不是比在包级上使用证书更有意义,使用证书会有一些风险,应该了解这些风险。

转载于:https://www.cnblogs.com/Impulse/articles/11194018.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
资源包主要包含以下内容: ASP项目源码:每个资源包中都包含完整的ASP项目源码,这些源码采用了经典的ASP技术开发,结构清晰、注释详细,帮助用户轻松理解整个项目的逻辑和实现方式。通过这些源码,用户可以学习到ASP的基本语法、服务器端脚本编写方法、数据库操作、用户权限管理等关键技术。 数据库设计文件:为了方便用户更好地理解系统的后台逻辑,每个项目中都附带了完整的数据库设计文件。这些文件通常包括数据库结构图、数据表设计文档,以及示例数据SQL脚本。用户可以通过这些文件快速搭建项目所需的数据库环境,并了解各个数据表之间的关系和作用。 详细的开发文档:每个资源包都附有详细的开发文档,文档内容包括项目背景介绍、功能模块说明、系统流程图、用户界面设计以及关键代码解析等。这些文档为用户提供了深入的学习材料,使得即便是从零开始的开发者也能逐步掌握项目开发的全过程。 项目演示与使用指南:为帮助用户更好地理解和使用这些ASP项目,每个资源包中都包含项目的演示文件和使用指南。演示文件通常以视频或图文形式展示项目的主要功能和操作流程,使用指南则详细说明了如何配置开发环境、部署项目以及常见问题的解决方法。 毕业设计参考:对于正在准备毕业设计的学生来说,这些资源包是绝佳的参考材料。每个项目不仅功能完善、结构清晰,还符合常见的毕业设计要求和标准。通过这些项目,学生可以学习到如何从零开始构建一个完整的Web系统,并积累丰富的项目经验。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值