在delphi中介绍解密和显示密码的最佳方法是什么

发布于 2024-07-29 05:49:34 字数 526 浏览 15 评论 0原文

几周前,我丢失了 msn 的密码,更重要的是我的公司电子邮件的密码,这些密码每 30 天左右就会更改一次,它们很烦人,因为它们很长,而且我不喜欢把它们写下来。 无论如何,我下载了一个所谓的密码恢复工具,它运行良好,但随后几天都向我发送广告垃圾邮件。 我的问题是,我怎样才能在delphi中制作这样的工具。 有太多的程序可以做到这一点,我想要自己的程序可以信任。 我有 8 个 msn 帐户,是的 8 个,每个帐户都针对我们所处理的每一家公司,这非常令人困惑.. 我需要....

  1. 找到所有用户名
  2. decrpts 传递以显示匹配的名称
  3. ,现在在 memo1 和 memo2 中显示

我需要的代码必须以函数开头,必须存储在字符串中,并且最终结果必须是 showmessage(functionname);

你看这种情况已经发生过几次了,所以如果我可以制作一个工具来自动定位并记住我在网络浏览器中使用的用户名和通行证,那就更好了。 我通常每 10 天重置一次网络浏览器的用户名和密码,脚本就是这么做的。

A few weeks ago I lost my passwords for msn and more importent my company email, which change every 30 days or something, they are annoying because of there lengh and a I dont like writting them down.
Anyhow I downloaded a so called password recovery tool and it worked well, but then spammed me for days with ads.
My question is, how can I go about making a tool like this in delphi.
There are soooo many programs that do this, well I want my own that I can trust.
I have 8 msn accounts yes 8 and each one is for each company we deal with, its very confusing.. I need....

  1. locates all usernames
  2. decrpts passes to show with matching names
  3. shows both in memo1 and memo2

now the code I need must start with a function, must store in strings, and must end result should be, showmessage(functionname);

You see this has happened a few times so If I can make a tool to auto locate and remember usernames and passes I use in the webrowser it would be much better.
I normally reset the web browser of usernames and passes every 10 days, well the script does that.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

花期渐远 2024-08-05 05:49:34

Internet Explorer 似乎将密码存储在受保护存储中。 要从那里读取,请使用 PStoreCreateInstance 函数来获取 IPStore 接口。

Code Project 有一个关于如何使用该界面的演示

It looks like Internet Explorer stores passwords in Protected Storage. To read from there, use the PStoreCreateInstance function to get an IPStore interface.

Code Project has a demonstration of how to use that interface.

淡淡的优雅 2024-08-05 05:49:34

另请注意,最新的 CodeGear RAD Studio 版本中包含非常广泛的 Indy、IW 组件包。 帮助也得到了改进,因此甚至可以找到一些 WinAPI 包含的函数。

前一段时间,我不得不处理非常简单且非常不方便的互联网 rss/文件下载解决方案,需要动态 dll 加载,而我必须使用的最简单的方法是 TdFTP 类函数,它使用可设置的 SSL 集成了密码和登录界面/TSL 密码加密。 非常基本,但恕我直言,作为密码处理程序使用的有效方法,即使不需要真正的文件传输。

不幸的是,我不记得提取密码存储方法或文件或接口

希望这是有用的答案,即使我没有提供详细信息。

您可能想看看:CSC

Also be aware that in latest CodeGear RAD Studio version are very wide Indy, IW Component package included. The help also is improved, so there is possible to even find some WinAPI included functions.

Some time ago I had to deal with very simple and very unhandy internet rss / file downlaoding solution requiring dynamic dll loadings and there the beast and the easyies one I had to work with was TdFTP class functions, which integrates password and login interface using settable SSL/TSL password encriptions. Pretty basic, but imho effective approach to use as password handler, even if there are no real file transferring requiered.

Unfourtinately I dodnt remember excat password storaging method or file or interfac

Hope this was useful answer, even if I did not provide detailed information.

YOU MAY WANT TO TAKE A LOOK AT: CSC

陌若浮生 2024-08-05 05:49:34

听起来您需要使用具有多个注册电子邮件地址的 GMail

Sounds like you need to use GMail with multiple registered email addresses

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文