mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

15K
active users

#base64

1 post1 participant0 posts today
Continued thread

Let's try: `55!AAA_BBB!0123` -> `NTUhQUFBX0JCQiEwMTIz`.

- `SMEE_BJB@01123`
- `MeetAI_JBE0112`
- `UAE_BE.0112`
- `FLAG_BJk=0112`

Not QUITE as solid, but there is still a general vibe going on: mostly letters, ending in numbers, usually two symbols.

This probably isn't as interesting as I think it is -- it knows it's Base64, it's pattern matching against other Base64 content, and it's not like you couldn't just run it through a decoder yourself...

Mal eine Frage zu #crypt, #SHA512 und #base64 :

Ich habe aus einem Excel-VBA-Dokument einen base64 kodierten Passworthash samt Salt und Rundenzahl. ...

#John #JtR mag den aber leider nicht erkennen, weil er von Excel mit dem "normalen" base64 codiert wurde (zwei "==" am Ende) und die falsche Länge hätte.
Crypt verwendet aber offenbar eine "spezielle Variante" von base64. 🤔

KEnn jemand einen Weg, diesen standard-base64-hash in einen crypt-base64-hash umzuwandeln?

[Перевод] DeepSeek AI: От инъекции промпта до захвата аккаунта

Около двух недель назад китайская лаборатория DeepSeek представила свою новую AI модель DeepSeek-R1-Lite, которая специализируется на логических рассуждениях. Конечно, у всего AI-сообщества быстро загорелся огонь в глазах от заявленных возможностей модели. И я один из них. Как обычно: раз новая модель - значит новые идеи и тесты...

habr.com/ru/companies/bothub/a

#xss #веббезопасность #инъекция_промпта #llm #ai #эксплойт #base64 #пентестинг #ии #машинное+обучение

ХабрDeepSeek AI: От инъекции промпта до захвата аккаунтаОколо двух недель назад китайская лаборатория DeepSeek представила свою новую AI модель DeepSeek-R1-Lite , которая специализируется на логических рассуждениях. Конечно, у всего AI-сообщества быстро...

Why is everyone using #base64 to encode their private SSH keys to store them in masked variables in #GitLab CI?! 🤔

⚠️ GitLab cannot effectively mask your private key in CI logs if you only give it a base64-encoded version of it!

Instead I found a solution that stores the *original* private key format from #OpenSSH in a one-line CI variable and recreates the begin/end markers for a valid OpenSSH identity file with commands inside the CI.

stackoverflow.com/a/79124959/4

Stack OverflowGitlab masking variablesI can't seem to mask a variable on Gitlab CI - I'm trying to upload a ssh private key and no matter what I do it refuses to mask it. That is I'm trying to store a private key on Gitlab for use ...