Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在编写一个应用程序,我必须在其中安全地存储个人税号(澳大利亚)。目前它以纯文本形式存储,仅向用户显示最后几位数字。
存储数字的最佳加密是什么?
或者,在数据库中存储税号时是否有任何最佳做法?
这取决于您需要该号码的用途。理想情况下,如果您不需要显示数字而仅将其用于验证或识别,那么单向加密将是最好的(可能是哈希)。这真的取决于你需要这个号码。