About 76 results found. (Query 0.31700 seconds)
ssh pubkey to huawei ssh-keygen -e -m pem -f ~/.ssh/id_rsa.pub | sed ' 1d;$d ' | tr -d ' \n ' | base64 -d | od -t x1 -An | tr -d ' \n ' | tr ' a-f ' ' A-F ' | sed ' s/\(.\{8\}\)/\1 /g ' | fold -w 54 Содержание
Domain: notbob.i2p Addresshelper: Go to site Base32: nytzrhrjjfsutowojvxi7hphesskpqqr65wpistz6wa7cpajhp7a.b32.i2p Base64:...
Then there is the concept of address book. It maps a human readable name into that long (either base64 or base32, i dont remember) string. There are people who create their address books and publish these in i2p (just on an http server).
. # Susimail config and timeout (config - guest) (timeout - sponge) # remove susiMail's Base64 implementation, use I2P's Link Post   Topic   (x) Home » Forum Topics » I2P Development » zzz's Todo Lists » susi-mail TODO Search Search I2P Stats | I2P Plugins | Hostname Registration | I2P Gitlab | I2P on Twitter Powered by I2P+
@labmlai deep learning experiment monitoring app got significantly more responsive after @luck_not_shit implemented base64 encoding for long float arrays instead of plain JSON. It uses 4X less data transfer. hehehehe @luck_not_shit 26 May 2024 Encoding floating point arrays with Base64 gives a 4x compression over JSON 🚀.
Nested Linear awdrifter wrote on June 10, 2023 at 7:06 PM (edited on June 10, 2023 at 7:07 PM ) 4l50 4 l07 0f w0rd5 4r3 b4nn3d, 1 c4n'7 3v3n p057 n0rm4lly, 1 h4v3 70 c0nv3r7 17 70 l337. 1n 7h3 m34n 71m3, 1 6u355 y0u c4n BASE64 Encode 70 3nc0d3 7h3 l1nk5. Permalink 2 2 points (+2, −0) Short URL: ramble.i2p/4822 Anime Discuss anime & manga privately! Show how degenerate you are ;) Anything really, memes too!
Данные специфичные для сервиса загрузки файлов Каждое действие (загрузка, скачивание и удаление) логгируются и включают следующие данные: имя файла с которым он был загружен/скачан; SHA-256 хэш файла; посоленый хеш кодированный base64 в формате сырого URL по которому осуществляется скачивание/удаление файла; размер файла. Я себе не враг и буду содействовать органам правопорядка.
The unnamed parameter is the domain of the eepsite. The a parameter is the eepsite's long Base64 address used in addresshelper. The b parameter is the eepsite's b32 address. Only the unnamed parameter is required. code result {{eepsite|i2p-projekt.i2p|a=...
Содержимое пакета Coreutils Установленные программы: [, b2sum, base32, base64, basename, basenc, cat, chcon, chgrp, chmod, chown, chroot, cksum, comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, env, expand, expr, factor, false, fmt, fold, groups, head, hostid, id, install, join, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod, mktemp, mv, nice, nl, nohup, nproc, numfmt, od, paste,...
GotHub (Alpha) Explore About Source code Back to zed-industries/zed typos.toml Raw 1 [ files ] 2 ignore-files = true 3 ignore-hidden = false 4 extend-exclude = [ 5 ".git/" , 6 7 # Contributor names aren't typos. 8 ".mailmap" , 9 10 # File suffixes aren't typos. 11 "crates/theme/src/icon_theme.rs" , 12 "crates/extensions_ui/src/extension_suggest.rs" , 13 14 # Some countries codes are flagged as typos. 15 "crates/anthropic/src/supported_countries.rs" , 16 "crates/google_ai/src/supported_countries.rs" , 17...
[PATCH] erofs: reject inodes with negative i_size [ Date Prev ][ Date Next ][ Thread Prev ][ Thread Next ][ Date Index ][ Thread Index ]   To : linux-erofs@xxxxxxxxxxxxxxxx Subject : [PATCH] erofs: reject inodes with negative i_size From : Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx> Date : Thu, 12 Sep 2024 16:35:38 +0800 Cc : LKML <linux-kernel@xxxxxxxxxxxxxxx>, Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx> Negative i_size is never supported, although crafted images with inodes having negative i_size will not...
</resheader> <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> <value>[base64 mime encoded serialized .NET Framework object]</value> </data> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">...
24.01.2023: Vorbereitungen, um dem CRXN Netzwerk beizutreten Preparations to join the CRXN network 22.11.2022: Ich trete CRXN bei I join CRXN 11.02.2022: Ich habe bei Jugend Forscht teilgenommen 18.10.2021: Geldbetrug - Chat mit “aaronov.” 11.02.2021: Tool: Kapazität von Keramikkondensatoren (Rechner) 07.02.2021: Tool: Widerstandsrechner 05.07.2020: I2P - Wie kann man aus einer Base64 eine Base32-Adresse erzeugen? PDF ODT 14.06.2020: Komische neue chinesische Router im I2P Netzwerk?! PDF...
= list and p['method'] == 'importaddress': - # dump = json.dumps(p,cls=MyJSONEncoder,ensure_ascii=False) - # print(dump) - dmsg_rpc(' RPC AUTHORIZATION data ==> raw: [{}]\n{}enc: [Basic {}]\n'.format( dmsg_rpc(' RPC AUTHORIZATION data ==> raw: [{}]\n{}enc: [Basic {}]\n'.format( self.auth_str,' '*31,base64.b64encode(self.auth_str))) self.auth_str,' '*31,base64.b64encode(self.auth_str))) + try: try: hc.request('POST', '/', json.dumps(p,cls=MyJSONEncoder), {...
Binary Data Types Binary data types are used to express binary-formatted data. We have two binary data types: base64Binary (Base64-encoded binary data) hexBinary (hexadecimal-encoded binary data) The following is an example of a hexBinary declaration in a schema: <xs:element name="blobsrc" type="xs:hexBinary"/> AnyURI Data Type The anyURI data type is used to specify a URI.
Examples js function arrayBufferToStr(buf) { return String.fromCharCode.apply(null, new Uint8Array(buf)); } // pk is a PublicKeyCredential that is the result of a create() or get() Promise const clientDataStr = arrayBufferToStr(pk.response.clientDataJSON); const clientDataObj = JSON.parse(clientDataStr); console.log(clientDataObj.type); // "webauthn.create" or "webauthn.get" console.log(clientDataObj.challenge); // base64 encoded String containing the original challenge...
The malware also sent an http request to api.ipify.org (to grab the victim’s IP address), the user’s email and phone number, as well as the user’s nitro status. There was also a funky looking base64 string, which revealed to be a Discord webhook that the script sent the user’s details to. Once we got hold of the webhook, things got spicy.
. + Только картинки формул "извращенские" - это BMP-файлы, у которых расширение изменено на JPG. rahat-lukum про Коллектив авторов : Пять зелёных лун ( Научная Фантастика ) в 09:34 (+01:00) / 07-03-2018 P.P.S. Там три формулы - реально это BMP-файлы (в кодировке base64), но в FB2 прописаны как pic_1.jpg и content-type="image/jpeg". В браузере это ок. А CoolReader и конвертер интерпретируют неверно.
Adler32 BLAKE 2sp BTIH CRC32 CRC64 ED2K GOST Keccak-224 Кессак-256 Кессак-384 Кессак-512 MD2 MD4 MD5 RIPEMD-128 RIPEMD-160 RIPEMD-256 RIPEMD-320 SHA-1 SHA-256 SHA-256 Base64 SHA-384 SHA-512 SHA3-224 SHA3-256 SHA3-384 SHA3-512 ТТН Tiger Whirlpool Просмотр доступен только для зарегистрированных пользователей Скриншоты: Просмотр доступен только для зарегистрированных пользователей Время раздачи: 24/7 (до появления первых 3-5 скачавших) [NNM-Club.name]_HashTab 6.0.0.34 Commercial DC...
Answer: Resolves to http://eff.i2p/Defcon30EFFPuzzleExtraordinaire This site contains two groups of text: the first paragraph contains four lines that start with the same letters, and the second paragraph looks like Base64-encoded information. Notice that the four lines in the first paragraph all start with the same letters as the text on the shirt. These are also IPFS addresses of the remaining puzzles.