在 Ironspeed 6.1.1 中加密密码

发布于 2024-08-07 01:39:36 字数 455 浏览 2 评论 0原文

我目前正在开发一个使用 Ironspeed Designer 创建的应用程序。这将是一个包含敏感数据的互联网网站,因此我们(我的团队)希望对密码进行加密。

根据 这篇帮助文章在 Ironspeed 的网站上,执行此操作的定制听起来微不足道。除了我找不到我应该修改的文件:\\App_Code\Users\AddUsers.Controls.c 不存在。我已经为我的应用程序运行了安全向导。我认为这篇文章引用了一系列更大的自定义,但我没有找到任何内容来表明情况是否如此。

我希望这里有人曾经走过这条路,可以帮助我回到正轨。

I'm currently working on an app that is being created using Ironspeed Designer. It's going to be an internet website with sensitive data, so we (my group) would like to encrypt passwords.

According to this help article at Ironspeed's site, the customization to do this sounds trivial. Except I can't find the file I'm supposed to modify: \\App_Code\Users\AddUsers.Controls.c does not exist. I have run the security wizard for my app. I was thinking this article was referencing a larger series of customizations but I haven't found anything to indicate whether that is the case.

I'm hoping someone here has gone down this road before and can help get me back on track.

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

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

发布评论

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

评论(2

青朷 2024-08-14 01:39:36

它有助于在 Visual Studio 中查看应用程序(并且有该文件)。我确实没有很多 Ironspeed 经验(无论如何,在开始这个项目之前我没有),所以其中一些东西就像把我的头撞到砖墙上,直到“嘿,一扇窗户!”。

我宁愿没有铁速经验在宏伟的计划中,但这既不在这里也不在那里。

It helped to look at the application in Visual Studio (and there was the file). I don't really have a lot of Ironspeed experience (I didn't before starting this project, anyway), so some of this stuff is like ramming my head against a brick wall until "hey, a window!".

I'd prefer to have no ironspeed experience in the grand scheme of things, but that is neither here nor there.

南薇 2024-08-14 01:39:36

AddUsers.Controls.cs 文件将位于 App_Code\Users 文件夹中。请注意,Iron Speed 在其文件夹和页面命名中使用表的名称。例如,如果您的数据库中有一个客户表,您将在 App_Code\Customers 文件夹中看到一个 AddCustomers.Controls.cs。因此,该示例基于您拥有一个 Users 表。如果您的表被称为其他名称,则相应的名称将根据表的名称而更改。

The AddUsers.Controls.cs file will be in the App_Code\Users folder. Note that Iron Speed uses the name of the table in its folder and page naming. For example, if you have a customers table in your database, you will see an AddCustomers.Controls.cs in the App_Code\Customers folder. So the example is based on you having a Users table. If your table is called something else, the corresponding name will change based on the name of the table.

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