@thatguyoverthere @BrodieOnLinux I've yet to see any vulns re: #iTAN|s...
They worked fine two decades ago and they work fine to this day...
If they don't like 8-digit numerals they could just go with the wholse #Base64 like I did here...
https://github.com/kkarhan/misc-scripts/blob/7709dfdd907debe0912bbcc0fe7cbb694a0474d2/bash/.bash_aliases#L22
Putting #JSON in #HTTP headers is weird, you should totally #base64 encode it like a proper #webTechnology.
#json #http #base64 #webtechnology
This week's DevRel blog article is on the basics of using the Postman tool to interact with REST APIs.
#Base64 encoding is such a disaster with those equal signs.
I've encountered a #WordPress plugin that base64 encodes form field IDs. Of course, it works just fantastic all the way until your ID encodes to value with equal signs.
In react native, trying to convert an image into an array of color values for each pixel (or just floats for how dark). But can't figure it out yet.
I use react-native-view-shot to get either uri (I can place in image component), base64 (think it's png encoded), or 'raw' string.
My goal is a-typical I guess.. I want to use that array as input for a simple neural network to classify the image.
#reactNativ #base64 #raw #javascript #image #convert #neuralnet
#neuralnet #convert #image #javascript #raw #base64 #reactnativ
Argh, just spent far too long debugging my CSP settings to figure out why my scripts don't run.
Answer: Browsers really dislike unpadded base64 in the script-src 'sha...'
directive and silently reject it, but Digest::SHA generates base64 without padding. (Sure, it's documented ... if you know what you're looking for.)
Solution: Add padding manually.
use Digest::SHA qw(sha256_base64);
my $script_hash = sha256_base64($script_code);
$script_hash .= '=' x (-length($script_hash) % 4); # padding!
#csp #contentsecuritypolicy #base64 #perl
#base64 #encrypted
SSB3YXMgdGhpbmtpbmcsIGJ1dCBub3cgSSBhbSB3cml0dGluZwo=
-
#mastodon #features #suggestions
-
All data is encrypted by default, and only if you know how to convert data, you are able to read :p ..
-
Imagine doing it for every single #toot :D
#toot #suggestions #features #mastodon #encrypted #base64
TIL that rust doesn't have #base64 as part of the language. To me, stuff that is widely used and effectively unchanging needs to be part of the standard library exactly to avoid this problem. Or the library being taken over by a malicious maintainer, etc.
That #rust thinks this is a feature is one of many issues I have with the language.
Well that's funny. In GMail, I was going to write "Rodecaster Pro" but use the zero because they style that way, but "R" "0" autocompletes there as "R0lGODlhAQABAIAAAP"
What the hell is that?
Turns out, it's the #Base64 encoded magic bytes for GIFs.
This made me legit lol.
Happy Holidays everyone! I whipped up a quick puzzle that uses some base64:
NgZg YcZaejbZjc Zg YZhZ iZaZZhZ kZhZr me?
DM me your solution for a special prize โ a picture of a (cold) farm animal of your choice. ๐๐๐๐
We have a really cool tool on our website that converts your image to code for you to display on an OLED screen. Check out our video or article https://gurgleapps.com/learn/projects/how-to-display-your-own-custom-image-on-a-small-oled-screen-using-our-free-tool. We also #3d printed the stands. Great for Xmas presents #Christmas #raspberryPiPico #raspberryPi #base64 #electronic #maker #electronics #coding #micropython #circuitpython #python #rp2040
#3d #christmas #RaspberryPiPico #raspberrypi #base64 #electronic #maker #electronics #coding #micropython #circuitpython #python #rp2040
Don't feel stupid because you #reverse something by accident. It happens to everybody. I reversed #base64 or #RC4 or #CobaltStrike by accident thinking it was something interesting... And after 1h I felt so stupid. But the positive aspect is you will recognize it immediately next time ๐
#reverse #base64 #RC4 #cobaltstrike
RT @textutils
๐ Searching for a client-side Extract URLs from text utility? This tool can be used to easily extract URLs from any text type (CSV, HTML, JSON).
#converter #markdown #html #base64 #css #formatter