matlab中的安全检查

发布于 2024-12-07 09:11:50 字数 145 浏览 1 评论 0原文

我已经完成了 matlab GUI 开发。 目前,分配事宜正在讨论中。 考虑到安全性,我们希望在运行 GUI 之前进行身份验证,以查看用户是否位于有效网络中。我们的第一个建议是检查网络域/用户帐户作为选项。 用matlab怎么实现呢?

欢迎任何建议。 谢谢你!

I've finished a matlab GUI development.
Now the distribution is under discussion.
Concerning the security, we want to have a authentication prior to running the GUI, to see if the user is in the valid network. Our first proposal is to check network domain/user account as an option.
How can it be achieved with matlab?

Any suggestions are welcome.
Thank you!

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

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

发布评论

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

评论(1

左秋 2024-12-14 09:11:50

您可以通过 getenvwinqueryreg 以及systemhostid。更一般的情况请参见操作系统界面

You can get this kind of informations with getenv, winqueryreg and maybe system and hostid. More generally see Operating System Interface.

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