From 8ed6d5ee7c638178d5f4e54b10b25f164c3c8255 Mon Sep 17 00:00:00 2001 From: SilentDawn Date: Mon, 27 Jul 2020 22:55:08 +0800 Subject: [PATCH] Update and rename sources/tech/20200611 Never forget your password with this Python encryption algorithm.md to translated/tech/20200611 Never forget your password with this Python encryption algorithm.md --- ...orget your password with this Python encryption algorithm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {sources => translated}/tech/20200611 Never forget your password with this Python encryption algorithm.md (99%) diff --git a/sources/tech/20200611 Never forget your password with this Python encryption algorithm.md b/translated/tech/20200611 Never forget your password with this Python encryption algorithm.md similarity index 99% rename from sources/tech/20200611 Never forget your password with this Python encryption algorithm.md rename to translated/tech/20200611 Never forget your password with this Python encryption algorithm.md index 8460899f04..cb9aeac61f 100644 --- a/sources/tech/20200611 Never forget your password with this Python encryption algorithm.md +++ b/translated/tech/20200611 Never forget your password with this Python encryption algorithm.md @@ -7,7 +7,7 @@ [#]: via: (https://opensource.com/article/20/6/python-passwords) [#]: author: (Moshe Zadka https://opensource.com/users/moshez) -有了这个 Python 加密算法,你再也不会忘记密码了 +有了这个 Python 加密算法,你再也不用担心忘记密码了 ====== 本密码保护算法使用 Python 实现,基于 Shamir 秘密共享算法,可以有效避免黑客窃取和自己不经意忘记引发的风险和不便。 ![Searching for code][1]