ICode9

精准搜索请尝试: 精确搜索
  • Spring Security 框架2021-11-26 12:06:52

    盘点 Spring Security 框架中的八大经典设计模式 - phyger - 博客园大咖揭秘Java人都栽在了哪?点击免费领取《大厂面试清单》,攻克面试难关~>>> 松哥原创的 Spring Boot 视频教程已经杀青,感兴趣的小伙伴戳这里-->Springhttps://www.cnblogs.com/phyger/p/14048161.html   盘点 S

  • security shiro获取的是前一个用户的数据2021-11-25 16:01:09

    security shiro获取的是前一个用户的数据 一,现象 1,用户1登录,做了一些其他业务请求,退出 2,用户2登录,发现返回的是用户1的数据 二,猜测 1,客户端有用keepalive和服务器端shiro ThreadLocal导致,可能导致用户1登录和用户2登录,两次http请求使用的一个客户端tcp链接,对接到服务器端同一个

  • java.security.InvalidKeyException: Illegal key size错误2021-11-25 09:34:15

    新使用了AES的256位密钥加解密,项目上线后发现生产在加密的时候报java.security.InvalidKeyException: Illegal key size错误,而本地和测试环境都是没问题的。 产生错误原因:为了数据代码在传输过程中的安全,很多时候我们都会将要传输的数据进行加密,然后等对方拿到后再解密使用。我们

  • Spring Security2021-11-22 22:32:26

    Spring Security简介 Spring Security是一个高度自定义的安全框架。利用Spring IOC/DI和AOP功能,为系统提供了声明式安全访问控制功能,减少了为系统安全而编写大量重复代码的工作 spring security 的核心功能主要包括: 认证 (系统认证用户是否登录)授权 (系统判断用户是否有权限去

  • 什么是“以数据为中心的安全”?(一) —— 大家眼中的DCS2021-11-22 08:36:05

    1、什么是DCS 似乎在IT行业里,大家都有过类似的感觉,那就是总有新名词冒出来,大家讨论的热火朝天的同时,彼此对这个词的含义理解并不相同。好多年后,大家才逐渐清晰的总结出了这个词的具体含义。比如,大数据(Big Data)早在1983年就被提出来,在2011年进入行业视野,又过了好多年,人们才统一了认

  • Windows中的SID(Security Identifiers)是什么2021-11-20 04:03:04

      SID也就是安全标识符(Security Identifiers),是标识用户、组和计算机帐户的唯一的号码。在第一次创建该帐户时,将给网络上的每一个帐户发布一个唯一的 SID。Windows 2000 中的内部进程将引用帐户的 SID 而不是帐户的用户或组名。如果创建帐户,再删除帐户,然后使用相同的用户名创建另

  • login加密(MD5)全面java文档2021-11-19 10:32:30

    关于java加密技术 1.所谓加密就是让信息数据更安全 明文===》进行转换 基本思路就是给原数据变成字节然后增加或者删除一定ascii值 替换  比如:     hello world    3  秘钥  khoor zruog  转换        hello        idnjr   秘钥:[1,-1,2,-2,3] 数组 byte[] 加

  • Spring Security---详解登录步骤2021-11-18 22:30:53

    Spring Security---详解登录步骤 步骤分析1.新建项目默认生成密码的源码探究 2.用户配置2.1 配置文件2.2 配置类加密方案2.2.1 PasswordEncoder2.2.2 配置 3.自定义表单登录页3.1服务端定义 3.登录接口4.登录参数4.登录回调4.1 登录成功回调 4.2登录失败回调 5.注销登录6.

  • spring security的实现2021-11-18 11:03:00

    目录 1. 创建springboot项目,引入maven依赖2. application.properties文件对数据库进行配置3.根据RDBC权限模型设计数据库表3.1 创建权限表szp_permission_test3.2 创建角色权限表szp_role_permission_test3.3 创建角色表szp_role_test3.4 创建用户角色表szp_user_role_test

  • 转载:SpringBoot系列——Security + Layui实现一套权限管理后台模板2021-11-18 09:58:13

    转载:SpringBoot系列——Security + Layui实现一套权限管理后台模板https://www.cnblogs.com/huanzi-qch/p/11226705.html   前言   Spring Security官网:Spring Security   Spring Security是一个功能强大且高度可定制的身份验证和访问控制框架,侧重于为Java应用程序提供身

  • 《华为HCIE安全认证》学习笔记 | 虚拟化技术(二)2021-11-15 09:04:06

    学习视频来源:《乾颐堂HCIP-HCIE-security安全 2019年录制》                                                

  • Electron中Refused to execute inline script because it violates the following Content Security Policy2021-11-14 23:01:33

    不只是Electron页面,CSP(Content Security Policy)对于普通浏览器一样生效。 方法一: 去掉Content Security Policy Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-in

  • CHROME扩展笔记之拒绝unsafe-eval求值2021-11-14 16:02:10

    开发插件选项页时由于引用了vue框架开发前端页面,导致拒绝eval求值问题 Uncaught EvalError: Refused to evaluate a string as JavaScript because ‘unsafe-eval’ is not an allowed source of script in the following Content Security Policy directive: “script-src ‘self

  • Security的一些配置2021-11-12 21:02:00

    package com.example.demo.config; import com.example.demo.Service.UserDetailsServiceImpl; import com.example.demo.filter.JwtAuthencationTokenFilter; import com.example.demo.pojo.ResponseResult; import com.example.demo.pojo.ResponseStatusCode; import com.f

  • Security property & attack2021-11-12 20:32:32

    1. Known-key security An outsider cannot compute the current session key even he knows some previous session keys. 2. Perfect forward secrecy The compromise of the private keys of both the participating entities does not affect the security of the previo

  • 浅析security遇到java.lang.IllegalArgumentException:Cannot pass null or empty values to constructor问题处理2021-11-12 19:03:26

    一、问题描述   使用 Spring Security 开发登录鉴权校验时,发现部分用户报错:Reason: Cannot pass null or empty values to constructor in spring security ERROR ***.security.JWTLoginFilter 221 - An internal error occurred while trying to authenticate the user. org.

  • spring security 入门2021-11-12 18:06:47

    基本环境搭建 1、创建spring boot项目,导入依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency>

  • spring security学习日志2021-11-12 17:00:41

    规范 常用表情 学习卡住的地方

  • 《web渗透测试实战:基于metasploit5.0》读书笔记:1.52021-11-10 21:58:23

    渗透测试方法学 有一些众所周知的标准包括《开源安全测试方法手册》(OpenSource Security Testing Methodology Manual,OSSTMM)、《渗透测试执行标准》(Penetration TestingExecution Standard,PTES)和信息系统安全评估框架(Information Systems Security Assessment Framework,ISSAF

  • Nexus OrientDB数据库变为只读 storage is switched to 'read only' mode2021-11-10 16:03:49

    错误消息 : 2021-01-15 16:23:06,604+0800 ERROR [event-6-thread-1396 <command>sql.select from browse_node where asset_id=:asset_id limit 1</command>] yw com.orientechnologies.orient.core.storage.cache.local.OWOWCache - $ANSI{grean {db=security}}chec

  • Xcode 沙盒选项2021-11-09 20:01:53

     Capabilities 开启Sandbox权限--转载--https://juejin.cn/post/6844904199688290318 应用开发完成提交到App Store时,必须进行沙盒化。切换到工程target设置Tab的Capabilities中。 第一项就是App Sandbox开关,点击ON,表示应用使用沙盒。   上图的选项的一些解释如下:   Netwo

  • SpringBoot + MyBatis-plus + SpringSecurity + JWT实现用户无状态请求验证(前后端分离)2021-11-09 10:05:54

    1、基础技术框架 技术名称版本SpringBoot2.1.9.RELEASEMyBatis-plus3.3.1MySQL8.0.11SpringSecurity5.1.6.RELEASEjjwt0.9.0lombok1.18.10guava30.1.1-jrehutool-all5.5.2druid1.2.3swagger33.0aop1.9.4fastjson1.2.47 2、完整pom.xml  <project xmlns="http://maven.apache.or

  • 爆破专栏丨Spring Security系列教程之实现CAS单点登录上篇-概述2021-11-08 16:58:17

    前言 从本章节开始,一一哥 会给各位讲解一个很常见也很重要的知识点,就是单点登录!现在的大型分布式项目,基本都会考虑实现单点登录,而且现在网上也有很多单点登录的实现方案、开源项目,但是针对单点登录的实现原理,讲解的并不是很细。你可以参考其他开源案例项目,再结合本系列文章,就可

  • 爆破专栏丨Spring Security系列教程之实现CAS单点登录-搭建CAS服务端2021-11-08 16:31:20

    前言 在上一章节中,一一哥 给各位介绍了单点登录的概念、执行流程原理,并且给大家介绍了CAS单点登录解决方案,在CAS解决方案中,我们需要搭建CAS服务端和CAS客户端,本文就开始给大家介绍如何实现CAS服务端。在这里,我给大家介绍一个开源的CAS服务端模板cas-overlay-template,接下来请

  • 爆破专栏丨Spring Security系列教程之OAuth2.0协议详解2021-11-08 16:00:20

    前言 截止到现在,一一哥 已经带各位把Spring Security中的主要功能学完了,并且剖析了这些内容的底层实现原理,希望你可以有所收获。 但是在安全认证领域,还有另一种很重要的授权机制---OAuth2.0开放授权。而且OAuth2.0开放授权与Spring Security经常配合使用,这两者之间可以说是“焦

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有