欢迎来到淘文阁 - 分享文档赚钱的网站! | 帮助中心 好文档才是您的得力助手!
淘文阁 - 分享文档赚钱的网站
全部分类
  • 研究报告>
  • 管理文献>
  • 标准材料>
  • 技术资料>
  • 教育专区>
  • 应用文书>
  • 生活休闲>
  • 考试试题>
  • pptx模板>
  • 工商注册>
  • 期刊短文>
  • 图片设计>
  • ImageVerifierCode 换一换

    密码编码学与网络安全-原理与实践_ch01说课讲解.ppt

    • 资源ID:66082794       资源大小:1.29MB        全文页数:25页
    • 资源格式: PPT        下载积分:20金币
    快捷下载 游客一键下载
    会员登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录   QQ登录  
    二维码
    微信扫一扫登录
    下载资源需要20金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    密码编码学与网络安全-原理与实践_ch01说课讲解.ppt

    密码编码学与网络安全-原理与实践PPT_ch01Chapter0ReadersGuideThe art of war teaches us to rely not on the likelihood of the enemys not coming,but on our own readiness to receive him;not on the chance of his not attacking,but rather on the fact that we have made our position unassailable.The Art of War,SunTzuComputerSecuritythe protection afforded to an automated information system in order to attain the applicable objectives of preserving the integrity,availability and confidentiality of information system resources(includes hardware,software,firmware,information/data,and telecommunications)KeySecurityConceptsLevelsofImpactcan define 3 levels of impact from a security breachl lLowLowl lModerateModeratel lHighHighExamplesofSecurityRequirementsconfidentiality student gradesintegrity patient informationavailability authentication serviceComputerSecurityChallenges1.1.not simplenot simple2.2.must consider potential attacksmust consider potential attacks3.3.procedures used counter-intuitiveprocedures used counter-intuitive4.4.involve algorithms and secret infoinvolve algorithms and secret info5.5.must decide where to deploy mechanismsmust decide where to deploy mechanisms6.6.battle of wits between attacker/adminbattle of wits between attacker/admin7.7.not perceived on benefit until failsnot perceived on benefit until fails8.8.requires regular monitoringrequires regular monitoring9.9.too often an after-thoughttoo often an after-thought10.10.regarded as impediment to using systemregarded as impediment to using systemOSISecurityArchitectureITU-T X.800“Security Architecture for OSI”defines a systematic way of defining and providing security requirementsfor us it provides a useful,if abstract,overview of concepts we will studyAspectsofSecurityconsider 3 aspects of information security:l lsecurityattacksecurityattackl lsecuritymechanismsecuritymechanisml lsecurityservicesecurityservicenote termsl lthreat threat a potential for violation of security a potential for violation of securityl lattack attack an assault on system security,a an assault on system security,a deliberate attempt to evade security servicesdeliberate attempt to evade security servicesPassiveAttacksActiveAttacksSecurityServicel lenhance security of data processing systems enhance security of data processing systems and information transfers of an organizationand information transfers of an organizationl lintended to counter security attacksintended to counter security attacksl lusing one or more security mechanisms using one or more security mechanisms l loften replicates functions normally associated often replicates functions normally associated with physical documentswith physical documents which,for example,have signatures,dates;need which,for example,have signatures,dates;need protection from disclosure,tampering,or protection from disclosure,tampering,or destruction;be notarized or witnessed;be destruction;be notarized or witnessed;be recorded or licensedrecorded or licensedSecurityServicesX.800:“a service provided by a protocol layer of“a service provided by a protocol layer of communicating open systems,which ensures communicating open systems,which ensures adequate security of the systems or of data adequate security of the systems or of data transfers”transfers”RFC 2828:“a processing or communication service“a processing or communication service provided by a system to give a specific kind of provided by a system to give a specific kind of protection to system resources”protection to system resources”SecurityServices(X.800)AuthenticationAuthentication-assurance that communicating -assurance that communicating entity is the one claimedentity is the one claimedl lhave both peer-entity&data origin authenticationhave both peer-entity&data origin authenticationAccessControlAccessControl-prevention of the -prevention of the unauthorized use of a resourceunauthorized use of a resourceDataConfidentialityDataConfidentiality protection of data from protection of data from unauthorized disclosureunauthorized disclosureDataIntegrityDataIntegrity-assurance that data received is -assurance that data received is as sent by an authorized entityas sent by an authorized entityNon-RepudiationNon-Repudiation-protection against denial by -protection against denial by one of the parties in a communicationone of the parties in a communicationAvailabilityAvailability resource accessible/usable resource accessible/usableSecurityMechanismfeature designed to detect,prevent,or recover from a security attackno single mechanism that will support all services requiredhowever one particular element underlies many of the security mechanisms in use:l lcryptographictechniquescryptographictechniqueshence our focus on this topicSecurityMechanisms(X.800)specific security mechanisms:l lencipherment,digital signatures,access encipherment,digital signatures,access controls,data integrity,authentication controls,data integrity,authentication exchange,traffic padding,routing control,exchange,traffic padding,routing control,notarizationnotarizationpervasive security mechanisms:l ltrusted functionality,security labels,event trusted functionality,security labels,event detection,security audit trails,security detection,security audit trails,security recoveryrecoveryModelforNetworkSecurityModelforNetworkSecurityusing this model requires us to:1.1.design a suitable algorithm for the security design a suitable algorithm for the security transformation transformation 2.2.generate the secret information(keys)used generate the secret information(keys)used by the algorithm by the algorithm 3.3.develop methods to distribute and share the develop methods to distribute and share the secret information secret information 4.4.specify a protocol enabling the principals to specify a protocol enabling the principals to use the transformation and secret use the transformation and secret information for a security service information for a security service ModelforNetworkAccessSecurityModelforNetworkAccessSecurityusing this model requires us to:1.1.select appropriate gatekeeper functions to select appropriate gatekeeper functions to identify users identify users 2.2.implement security controls to ensure only implement security controls to ensure only authorised users access designated authorised users access designated information or resourcesinformation or resources Summarytopic roadmap&standards organizationssecurity concepts:l lconfidentiality,integrity,availabilityconfidentiality,integrity,availabilityX.800 security architecturesecurity attacks,services,mechanismsmodels for network(access)security结束语结束语谢谢大家聆听!谢谢大家聆听!25

    注意事项

    本文(密码编码学与网络安全-原理与实践_ch01说课讲解.ppt)为本站会员(豆****)主动上传,淘文阁 - 分享文档赚钱的网站仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知淘文阁 - 分享文档赚钱的网站(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于淘文阁 - 版权申诉 - 用户使用规则 - 积分规则 - 联系我们

    本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

    工信部备案号:黑ICP备15003705号 © 2020-2023 www.taowenge.com 淘文阁 

    收起
    展开