Flash安全性和正确的开发方法

发布于 2024-08-09 15:27:51 字数 359 浏览 1 评论 0原文

在不久的将来,当我是 ASP.NET 开发人员时,我将开发一个 Flash 媒体服务器应用程序。目前我正在研究如何做我需要做的事情。基本上我有两个问题。

1.编写应用程序的安全方法是什么?在 IIS 无法访问但可以看到源代码的外部 .as 文件中,或者只是用代码编译完整的 .swf,然后使用一些外部工具来加密整个文件,即。 Amayeta SWF 加密。

2.可能我会从客户端向服务器发送安全数据,并从服务器向客户端发送响应,因此客户端将拥有源文件,他可以使用该源文件来跟踪请求和响应,这样一点点逆向工程就可以触发他的自己的规则。根据您的经验,避免这些事情的最佳方法是什么?也许我应该只保留 Flash 中必须拥有的部分,而其余部分则使用 ASP.NET 进行处理?

In near future i'm going to develop a flash media server application when i'm asp.net developer. Currently i'm in research how i do things i need to. Basically i have two questions.

1.What is the secure method to write your application? In external .as files which cannot be accessed by IIS but the source code will be seen or just to compile full .swf with code and then use some external tool that encrypts whole file ie. Amayeta SWF Encrypt.

2.Probably i'm going to send secure data from client to server and responses from server to client, so client will have the source file which he can use to track down requests and responses so little bit of reverse engineering and he could trigger his own rules. What best way to avoid these things from your experience ? Maybe i should keep only parts i must to have in Flash and with the rest to deal using ASP.NET ?

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

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

发布评论

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

评论(1

や三分注定 2024-08-16 15:27:51

我不会担心 Flash 文件中的 ActionScript 代码的安全性。

我会选择选项 2,其中大部分工作应该在服务器上完成,其中 Flash 仅用作表示层,利用其丰富的 UI。应尽可能写得“薄”。这样做还意味着您可以尝试 Silverlight 和 ajax 等,这可能更适合您的技能?

I would'nt worry about the security of the actionscript code within the flash file.

I would go with option 2 where most of the work should be done on the server where flash is just used as the presentation layer, taking advantage of its rich UI. It should be written as "thin" as possible. Doing it this way also means you can experiment with Silverlight and ajax etc, which might suit your skills better?

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