TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you explain the importance of handling sensitive data?

1 点作者 jamessun超过 12 年前
I work for an educational organization and one of the web-based applications that we use to support external users is provided by a third-party vendor and this application sends username and password information via email. Sending that type of information via an insecure channel like email is bad enough; however, my concern is that in order to send the password, the vendor either (a) stores sensitive info, such as a password, in plaintext or (b) encrypts data but has the ability to decrypt it. IMHO, either method seems less than ideal.<p>Here's my question: I'd like to educate key internal users (technical laypeople) of the importance of this issue (in hopes that they will be more educated users and/or pressure the application vendor to improve its application), and I'm looking for suggestions on what approaches I might consider. I don't want to get into the technical nitty-gritty of hashing functions, rainbow tables, salting, etc. but I do feel it's important to give these users some background information and things to look for when they're using/evaluating web-based (or mobile) applications.

暂无评论

暂无评论