访问c#的加密字段

编程入门 行业动态 更新时间:2024-10-25 14:30:07
本文介绍了访问c#的加密字段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

如何在c#中访问活动目录的加密/安全字段? 示例:密码在活动目录中加密...如何访问它? 系统。 Security.SecureString

How to access encrypted/secured fields of active directory in c#? Example :password is encrypted in active directory ...how to access it? System.Security.SecureString

推荐答案

1。你不可能:你需要一个你出于明显安全原因无法得到的私钥 2.即使你可以通过任何蛮力方法找到私钥你会解密的不是密码,但密码的哈希值。没有正确安全的系统存储密码甚至加密。 1. you can''t : you would need a private key that you can not get for obvious security reasons 2. even if you could find the private key by whatever brute force method what you would decrypt is not the password but a hash of the password. There is no properly secured system which store passwords even encrypted.

检查类似的线程: CP Answers [ ^ ] 注意:你必须知道应用于数据的加密算法才能解密。 Check similar threads :CP Answers[^] Note: You must know encryption algorithm applied on data for its decryption.

更多推荐

访问c#的加密字段

本文发布于:2023-11-07 17:22:58,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1567023.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:字段

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!