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

How to encrypt a file? #20

Open
andrequeiroz2 opened this issue Jul 24, 2019 · 5 comments
Open

How to encrypt a file? #20

andrequeiroz2 opened this issue Jul 24, 2019 · 5 comments

Comments

@andrequeiroz2
Copy link

I would like to encrypt this information ssid and passw in 'wifi.dat'. how can I do this?

@ThomasWaldmann
Copy link
Collaborator

There isn't much point in encrypting this as you'ld need to decrypt it to use it.

Also, you'ld need to either have the decryption key on the device or manually enter it every time it needs to be decrypted.

@andrequeiroz2
Copy link
Author

I partially agree with you. Having the password displayed legibly, can bring discomfort depending on the security policy adopted. I understand that keeping the decryption key on the device only makes it difficult to read the password, but that's the intention

@ThomasWaldmann
Copy link
Collaborator

The point is that it is security by obscurity (which is known to not really work) if you have a ready-to-use decryption key on the device.

You can not read the password in the encrypted file, but you can use the key to decrypt it and then read it.

@andrequeiroz2
Copy link
Author

Ok, would you have any suggestions for solving this problem?

@ThomasWaldmann
Copy link
Collaborator

It is unclear what the problem is and what you are trying to achieve.
Depending on that, there might be a solution or it might be fundamentally impossible.

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