I see you have now added support for Cipher. I have been using the open SSL plugin to use CIpher.
local openssl = require “plugin.openssl”
local cipher = openssl.get_cipher ( “aes-256-cbc” )
And also needing this
local mime = require ( “mime” )
Which (SSL plugin) needs adding to build.settings unless that has changed. As we do not use build settings, how can I use this?
Thanks
Rob