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

Decrypt does not work #2

Open
klack opened this issue Jan 20, 2021 · 0 comments
Open

Decrypt does not work #2

klack opened this issue Jan 20, 2021 · 0 comments

Comments

@klack
Copy link

klack commented Jan 20, 2021

Reproduction steps:
Clone repository
Disable lib_deps in platformio.ini
Manually add files from

Ouput

Plain message: {"temp":"28.5", "id":"1" }
IV: ABCDABCDABCDABCD
IV in B64: QUJDREFCQ0RBQkNEQUJDRA==
Encrypted message: |�␔~␐�|[y��  w�D��i(A��^<k:␜m�␒ʢ
Encrypted message size: 32
Encrypted message in B64: fMMUfhDyfFt5kKQJd+pEifNpKEGe6V48azocbYMSyqI=
IV B64-decoded: ABCDABCDABCDABCD
Decrypted message: �␟h�␘�␅/␋=봭*���0␜�]E���L

Expected Output
Decrypted message: {"temp":"28.5", "id":"1" }

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

1 participant