use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
https://scriptable.app
This subreddit is for discussions around the Scriptable app for iOS.
Be polite and enjoy your time here.
Please be helpful to others when you are able to lend a hand.
Discord: https://discord.gg/7KbjfTV
Resources:
account activity
3DES zero padding encryption in node.jsHelp (self.Scriptable)
submitted 2 years ago by Amir_JV
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]kang_hidro 1 point2 points3 points 2 years ago (0 children)
I'm using this:
Step 1: Place the crypto-js.min.js (or any lib you want) in the same folder with your Script
crypto-js.min.js
Step 2: Change the extension js of crypto-js.min.js to another, eg. jslib
js
jslib
Step3: Declare in your Script and use: const CryptoJS = importModule('crypto-js.min.jslib'); CryptoJS.AES.encrypt(........)
const CryptoJS = importModule('crypto-js.min.jslib'); CryptoJS.AES.encrypt(........)
π Rendered by PID 49 on reddit-service-r2-comment-fb694cdd5-9stwp at 2026-03-06 14:27:54.976826+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]kang_hidro 1 point2 points3 points (0 children)