We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per https://nodemcu.readthedocs.org/en/dev/en/modules/crypto/ There is a crypto.toBase64() function, but no symmetrical fromBase64(). Some projects can benefit from such a thing and seems like an odd omission.
Workaround: use Lua implementation such as https://github.com/marcoskirsch/nodemcu-httpserver/blob/master/httpserver-b64decode.lua but this has memory and speed implications, plus as is doesn't work well on firmware builds with floating point enabled.
The text was updated successfully, but these errors were encountered:
See #475, #925 . I've got the working code but just want to clear out the tasking / gpio PR first. Please use #925 for future discussions.
Sorry, something went wrong.
No branches or pull requests
Per https://nodemcu.readthedocs.org/en/dev/en/modules/crypto/
There is a crypto.toBase64() function, but no symmetrical fromBase64().
Some projects can benefit from such a thing and seems like an odd omission.
Workaround: use Lua implementation such as https://github.com/marcoskirsch/nodemcu-httpserver/blob/master/httpserver-b64decode.lua but this has memory and speed implications, plus as is doesn't work well on firmware builds with floating point enabled.
The text was updated successfully, but these errors were encountered: