上一页 1 ··· 169 170 171 172 173 174 175 176 177 ··· 400 下一页
摘要: Session Authentication vs Token Authentication In Session-based Authentication the Server does all the heavy lifting server-side. Broadly speaking a c 阅读全文
posted @ 2020-06-19 18:49 ChuckLu 阅读(408) 评论(0) 推荐(1)
摘要: ASP.NET replay attack detection again Even ASP.NET Authentication says clearly that you have to have a secondary check to confirm if user is still an 阅读全文
posted @ 2020-06-19 18:13 ChuckLu 阅读(504) 评论(0) 推荐(0)
摘要: Cookie replay attacks in ASP.NET when using forms authentication Microsoft ASP.NET 4.5 and earlier versions contain a weakness in the Forms Authentica 阅读全文
posted @ 2020-06-19 18:09 ChuckLu 阅读(218) 评论(0) 推荐(0)
摘要: FormsAuthentication.SignOut() does not log the user out 这个应该不能解决官方文档提到的replay attack问题 Users can still browse your website because cookies are not cle 阅读全文
posted @ 2020-06-19 17:10 ChuckLu 阅读(390) 评论(0) 推荐(0)
摘要: Series "Dockerless" Dockerless, part 1: Which tools to replace Docker with and why Dockerless, part 2: How to build container image for Rails applicat 阅读全文
posted @ 2020-06-19 15:47 ChuckLu 阅读(291) 评论(0) 推荐(0)
摘要: 'docker history' command: Why does the column label say 'IMAGE' when the column contains layers? It's complicated ;) This post by Nigel Brown is super 阅读全文
posted @ 2020-06-19 15:39 ChuckLu 阅读(166) 评论(0) 推荐(0)
摘要: Use bridge networks In terms of networking, a bridge network is a Link Layer device which forwards traffic between network segments. A bridge can be a 阅读全文
posted @ 2020-06-19 15:13 ChuckLu 阅读(216) 评论(0) 推荐(0)
摘要: Networking overview One of the reasons Docker containers and services are so powerful is that you can connect them together, or connect them to non-Do 阅读全文
posted @ 2020-06-19 15:09 ChuckLu 阅读(201) 评论(0) 推荐(0)
摘要: Manage data in Docker By default all files created inside a container are stored on a writable container layer. This means that: The data doesn’t pers 阅读全文
posted @ 2020-06-19 14:47 ChuckLu 阅读(205) 评论(0) 推荐(0)
摘要: Use volumes Volumes are the preferred mechanism for persisting data generated by and used by Docker containers. While bind mounts are dependent on the 阅读全文
posted @ 2020-06-19 14:43 ChuckLu 阅读(226) 评论(0) 推荐(0)
上一页 1 ··· 169 170 171 172 173 174 175 176 177 ··· 400 下一页