- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在构建一个 Shiny 的应用程序,用户可以在其中上传交易数据以访问分析仪表板。我能否向这些人保证他们的数据不会受到嗅探器/黑客的攻击,并且当他们的 session 过期时将从 Shiny 的服务器中删除?这在 Shiny 中实际上是如何运作的? (请注意,我将在shinyapps.io 上托管我的应用程序)
最佳答案
这与 Shiny 无关,而是与您存储数据的服务器、如何使用加密/散列以及用于防止特定漏洞的软件/应用安全方法有关。
话虽如此,这里是shinyapps.io 的(相当简单,恕我直言)安全声明:
shinyapps.io is secure-by-design. Each Shiny application runs in its own protected environment and access is always SSL encrypted. Standard and Professional plans offer user authentication, preventing anonymous visitors from being able to access your applications.
我想说,使用良好的加密和数据存储实践的负担将落在您身上。
您可以引用许多官方和非官方指南来获取有关数据存储的指导。大公司,尤其是上市公司必须遵循的一项法案是《萨类斯-奥克斯利法案》。
来自 grtcorp.com:
The Sarbanes-Oxley Act (SOX Act) was passed by Congress and signed into law in 2002 in response to major cases of financial fraud, of which the rise and collapse of Enron is the best known. The overall focus of the measure is on financial reporting responsibilities, and ensuring that financial audits are genuinely independent.
However, SOX also includes provisions that relate to the security and preservation of financial data. And the standards set out for its implementation "recognized that senior management can't just certify controls ON the system, these controls also have to control the way financial information is generated, accessed, collected, stored, processed, transmitted, and used through the system."
Senior management is thus held ultimately responsible for financial data security, including putting in place appropriate controls and procedures to ensure this data security. The good news is that powerful tools, including data discovery and Data Masking, are available to meet these standards.
我还鼓励您熟悉 OWASP 的十大主要 Web 应用程序漏洞列表:
https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project
关于r Shiny -上传的数据安全吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40879254/
我正在使用 Quickblox SDK 开发聊天应用程序。我被要求在向服务器发送请求(登录、注册、修改个人资料...)时使用 MD5 散列用户的密码。但我想知道这是否有必要,因为它可能已经在 SDK
如果任何处理器从队列中获取数据,则开始处理,此时处理器会因任何原因停机。那么特定数据会发生什么(数据丢失或安全地保留到其他队列中)? 最佳答案 嗯,NiFi 的目的是让数据尽可能安全。它的内容写入策略
目前这对我来说真的只是一个概念性问题。 在 Lisp 中,程序就是数据,数据就是程序。 REPL 正是这样做的 - 读取然后评估。 那么如何以一种安全的方式从用户那里获取输入呢?显然这是可能的 - 我
我是 MVC 的初学者。我现在对数据安全性感到好奇。不知道是不是我理解错了。 场景如下:我有一个观点要求用户输入一些数据。 (客户端)当数据传回 Controller (服务器端)时,窃听者能否拦截用
下边是我对部分内容的总结,里边偏向了T-SQL语句实现的总结,对于SQL Server Management Studio中对象管理器的操作并没有太多的总结,因为这些都有一些向导,而且,大部分都是在
有人知道 Google 是否收集提供给 Tensorflow 的数据吗?我的意思是它是开源的,但它受他们的许可。 最佳答案 您可以阅读TF的完整代码。那里没有任何东西发送任何数据,因此答案是否,没有数
我是一名优秀的程序员,十分优秀!