如何编码和解码密码 [英] How to Encode and Decode the Passwords

查看:135
本文介绍了如何编码和解码密码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的朋友们......!



请告诉我如何对包含==的密码进行编码和解码,例如



1234:WxisdfO / d02 + U9YQKrQXpQ ==



Abcd:hFQ / PN6UphWhW / X + g ==



Abc @ 123:U + suc1lQEmwmjxR / LqXtEQ ==



谢谢

Dear Friends...!

Please tell me how to encode and decode the passwords containing "==" like

1234 : WxisdfO/d02+U9YQKrQXpQ==

Abcd : hFQ/PN6UphWhW/X+g==

Abc@123 : U+suc1lQEmwmjxR/LqXtEQ==

Thanks

推荐答案

Base64很简单 - 这就是你不应该使用它的原因!

https://msdn.microsoft.com/en-us/library/system.convert.tobase64string(v = vs.110)的.aspx [<一个href =https://msdn.microsoft.com/en-us/library/system.convert.tobase64string(v=vs.110).aspx\"target =_ blanktitle =New Window> ^ ]

https:/ /msdn.microsoft.com/en-us/library/system.convert.frombase64string(v=vs.110).aspx [ ^ ]



这不是一种加密方法,它是一种翻译方法。



但是改变的是你试图对它们进行逆向工程以获得原始版本密码 - 因为这些密码不会直接从Base64转换回原始。

我们无论如何,形状或形式都没有帮助。
Base64 is trivial - which is why you should not be using it!
https://msdn.microsoft.com/en-us/library/system.convert.tobase64string(v=vs.110).aspx[^]
https://msdn.microsoft.com/en-us/library/system.convert.frombase64string(v=vs.110).aspx[^]

It is not an encryption method, it is a translation method.

But the changes are that you are trying to reverse engineer these to obtain the original passwords - since these do not convert from Base64 directly back to your "original".
And we don't help with that in any way, shape, or form.


这篇关于如何编码和解码密码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆