这是什么类型的加密 [英] What type of encryption is this

查看:81
本文介绍了这是什么类型的加密的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在VB6中创建了一个小型应用程序.当我在此应用程序中输入用户名"和密码"时,它会生成一个具有这种加密文本的文本文件.

I have a small application created in VB6. When I enter Username and Password in this applications it generates a text file having such kind of encrypted text.

x[PBDYXPUn^WQPtRUH{\NEENYcPSvY]KPsNSTzYMD@NZbNPjX_DPr[R\q[UT5,GcUMkXAVQsPAUyRRCNSXs1/vXZPTs



我想在我的应用程序中使用这种类型的加密.可以解释一下,这是一种什么样的加密.是MD5吗?还是其他? VB6中是否有任何内置函数来生成此加密.请对此进行指导.



I want to use this type of encryption in my application. Can some one explain, what kind of encryption is this. Is it MD5? or some else? Is there any built in function in VB6 to generate this encryption. Please Guide me about this.

推荐答案

由于它是加密的,所以无法知道.毕竟,如果很容易发现它是什么,那将不是很安全.
It could be anything; since it is encrypted there is no way of knowing. After all, if it was easy to discover what it was it would not be very secure.


仅从您显示给我们的数据看,它看起来像是Base64编码的,没有人可以肯定地说出这里使用了哪种加密. MD5不是不是加密方法,而是一种生成哈希码的算法.这是不可逆的,因此一旦计算出哈希值,就不可能从哈希值生成数据.

这是一个页面,上面有几个有关加密的链接:
Just from the data you''ve shown us, which looks like it is Base64 encoded, nobody could tell for sure what encryption was used here. MD5 is not an encryption method, it''s rather an algorithm to generate a hashcode. This is irreversible so once the hash has been calculated it is impossible to generate the data from it.

Here is a page with a couple of links on it regarding encryption: http://support.microsoft.com/search/default.aspx?query=Visual%20basic%206%20encryption&catalog=LCID%3D1033[^].

Cheers!

—MRB


这篇关于这是什么类型的加密的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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