Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

已解决!加密问题 #40

Closed
megabes opened this issue Jun 9, 2017 · 2 comments
Closed

已解决!加密问题 #40

megabes opened this issue Jun 9, 2017 · 2 comments

Comments

@megabes
Copy link

megabes commented Jun 9, 2017

WHC_ModelSqlite.m文件中:
561行:
if (![self setKey:is_update_psw ? old_psw : psw_key]) {
应该是:
if (![self setKey:is_update_psw ? psw_key : old_psw]) {

@netyouli
Copy link
Owner

没有错误,请认真阅读逻辑

@megabes megabes changed the title BUG报告:sqlite加密语句错误 已解决!加密问题 Jun 13, 2017
@megabes
Copy link
Author

megabes commented Jun 13, 2017

仔细看了代码,确实我弄错了。已解决!=

@megabes megabes closed this as completed Jun 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants