AndroidUtilCode icon indicating copy to clipboard operation
AndroidUtilCode copied to clipboard

配套加密解密

Open wangshuogit opened this issue 3 years ago • 5 comments

EncryptUtils 里面很多加密 都没有配套的解密 如 encryptMd5ToString

wangshuogit avatar Jul 14 '22 03:07 wangshuogit

???

SunSeekerX avatar Jul 26 '22 09:07 SunSeekerX

建议了解下可逆加密,不可逆加密

shouzhong avatar Jul 27 '22 08:07 shouzhong

md5是加密算法?只是一个不可逆的hash算法而已,能解密md5的人还没出生

junixapp avatar Jul 31 '22 02:07 junixapp

我把数据加密存在本地后,当我再次使用的的时候 怎么还原呢

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2022年07月31日 10:59 | | 收件人 | @.> | | 抄送至 | @.@.> | | 主题 | Re: [Blankj/AndroidUtilCode] 配套加密解密 (Issue #1667) |

md5是加密算法?只是一个不可逆的hash算法而已,能解密md5的人还没出生

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

wangshuogit avatar Aug 04 '22 07:08 wangshuogit

可是我把数据加密后 存入本地 ,当我再次使用的时候怎么办呢

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2022年07月31日 10:59 | | 收件人 | @.> | | 抄送至 | @.@.> | | 主题 | Re: [Blankj/AndroidUtilCode] 配套加密解密 (Issue #1667) |

md5是加密算法?只是一个不可逆的hash算法而已,能解密md5的人还没出生

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

wangshuogit avatar Aug 04 '22 08:08 wangshuogit