Kevin Karhan :verified: · @kkarhan
1461 followers · 105572 posts · Server mstdn.social

@thatguyoverthere @BrodieOnLinux I've yet to see any vulns re: |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 like I did here...
github.com/kkarhan/misc-script

#base64 #itan

Last updated 1 year ago

Jon · @jon
36 followers · 210 posts · Server route66.social

Oh you just type base64 and the file path at the command line and you get base64 encoding? I can't believe I was today years old when I found that out. ๐Ÿ˜

#cli #base64

Last updated 1 year ago

Hayden Stainsby · @hds
112 followers · 434 posts · Server hachyderm.io

Putting in headers is weird, you should totally encode it like a proper .

#json #http #base64 #webtechnology

Last updated 1 year ago

Andrew Owen · @aowendev
19 followers · 66 posts · Server hachyderm.io

This week's DevRel blog article is on the basics of using the Postman tool to interact with REST APIs.

andrewowen.net/blog/getting-st

#api #rest #postman #base64

Last updated 1 year ago

Jari Pennanen · @Ciantic
199 followers · 1586 posts · Server twit.social

encoding is such a disaster with those equal signs.

I've encountered a 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.

#base64 #wordpress

Last updated 2 years ago

Sasha · @ferrata
482 followers · 2272 posts · Server hachyderm.io

I know y'all know it, but is such a delightful app. A handy pack of tools for , , , and other kinds of , etc.

Now I don't need to keep a ton of browser tabs opened ๐Ÿ˜…

devtoys.app/

#devtoys #json #yaml #jwt #base64 #encoding #hash

Last updated 2 years ago

Juliu · @juliu
47 followers · 360 posts · Server indieweb.social

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.

#neuralnet #convert #image #javascript #raw #base64 #reactnativ

Last updated 2 years ago

· @barubary
34 followers · 447 posts · Server infosec.exchange

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

Last updated 2 years ago

Steven โฌข · @styfle
269 followers · 127 posts · Server mstdn.io

Even though isn't safe to use for URLs or Filenames, there is an alternative alphabet designed for this use case.

Just swap `base64` with `base64url` in your app ๐Ÿ’š

rfc-editor.org/rfc/rfc4648#sec

#base64 #nodejs

Last updated 2 years ago

Metal Monkey · @MetalMonkey
20 followers · 146 posts · Server mstdn.jp


SSB3YXMgdGhpbmtpbmcsIGJ1dCBub3cgSSBhbSB3cml0dGluZwo=
-

-
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 :D

#toot #suggestions #features #mastodon #encrypted #base64

Last updated 2 years ago

Alcea · @alcea
12 followers · 643 posts · Server pb.todon.de
John-Mark Gurney · @encthenet
389 followers · 1910 posts · Server flyovercountry.social

TIL that rust doesn't have 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 thinks this is a feature is one of many issues I have with the language.

toot.cat/users/slomo/statuses/

#base64 #rust

Last updated 2 years ago

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 encoded magic bytes for GIFs.

This made me legit lol.

#base64

Last updated 2 years ago

Gabe Monroy · @gabe
1127 followers · 147 posts · Server hachyderm.io

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. ๐Ÿ“๐Ÿ๐Ÿˆ๐Ÿ•

#cryptogram #base64 #puzzle

Last updated 2 years ago

· @loveisgrief
79 followers · 2416 posts · Server mastodon.online

@apps
Will a Encoder/Decoder come too?

#base64

Last updated 2 years ago

Summarize that story with encoding.

๐Ÿ˜ฑ

#base64

Last updated 2 years ago

GurgleApps · @GurgleApps
133 followers · 22 posts · Server mastodon.social

I fed it some base64 Encoded text

#hacker #infosec #dfir #base64

Last updated 2 years ago

Paul Rascagneres · @r00tbsd
940 followers · 150 posts · Server infosec.exchange

Don't feel stupid because you something by accident. It happens to everybody. I reversed or or 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

Last updated 2 years ago

UjuBib · @UjuBib
347 followers · 4503 posts · Server mamot.fr

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).

๐Ÿš€ text-utils.com/extract-urls/

#converter #markdown #html #base64 #css #formatter

Last updated 2 years ago