Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Best practices
0 votes
10 replies
93 views

In AES any message itself has is a two walues. Ghgf6hGh== and ghyTgas9= for example. How to combine them together and send to another person. I thougth about json, but, json has symbols that is not to ...
humankind's user avatar
2 votes
1 answer
80 views

yEnc is a binary-to-text encoding scheme for transferring binary files in messages... yEnc's overhead is often (if each byte value appears approximately with the same frequency on average) as little ...
1 vote
0 answers
80 views

Problem Description: I'm developing a chat application with image upload functionality using WordPress REST API. When users attach multiple large images (3 images), the request doesn't reach the ...
0 votes
0 answers
65 views

I am trying to convert an XML string to a string. My XML code looks like this: "XML": { $content-type": "application/xml;charset=utf-8", $content": "...
1 vote
1 answer
110 views

RFC2045 base64 string has line length of 76 characters. And when in Swift, I can't find an option to decode it back. import Foundation let inputData = "Hello, testing Base 64 that can have ...
Vincent Paing's user avatar
0 votes
0 answers
61 views

I have data which pymongo fails to upload, and, I cannot understand why. Data available here main2.py: from pymongo import MongoClient import json client = MongoClient(host='localhost') db = client....
deostroll's user avatar
  • 12k
0 votes
1 answer
148 views

using (RSA rsa = RSA.Create()) { rsa.ImportFromPem(privateKeyString); byte[] dataToSign = Encoding.UTF8.GetBytes(signData); byte[] signedData = rsa.SignData(dataToSign, HashAlgorithmName....
1 vote
1 answer
95 views

Today, I researched Base64 encoding versus other methods and whether to use it in a JSON API, considering the 33-37% size overhead that Base64 introduces and all sorts of related topics. To ...
0 votes
1 answer
79 views

I have trying to insert a binary image string (of a PDF) into Postgres table from my Spring Boot Application. I'm using JPA for DB operations. The corresponding field in my Entity class is declared as ...
3 votes
1 answer
234 views

I'm working with microscope images captured using a JEOL system, and I'm trying to decode metadata stored in the TIFF tags. The data appears to be in a binary format and when extracted (using tifffile ...
0 votes
1 answer
202 views

I’m trying to create a document attachment in Business Central using this API: πŸ”— POST /documentAttachments However, I always get the following error: Read called with an open stream or textreader. ...
0 votes
1 answer
106 views

I've got everything working excepting 1 byte! The PNG header has a 0x0d on the 5th byte. When I use this base64 function, it somehow strips that. When I receive the attachment, I can view it on a ...
shawnixer's user avatar
0 votes
0 answers
142 views

I'm trying to get to grips with the basics of the sharp javascript library. But I'm failing dismally in my attempts to get it to read a base 64 string. My actual goal is to get this to work as part of ...
Toby Eggitt's user avatar
  • 1,912
1 vote
0 answers
80 views

I'm using Chart.js to render a line chart inside a <canvas> element. After the chart is rendered, I want to export it as a base64 PNG string using canvas.toDataURL("image/png"). ...
1 vote
0 answers
128 views

I have a pull subscription to a pubsub topic. example of message I'm sending: { "event_id": "200595", "user_id": "15410", "session_id": &...

15 30 50 per page
1
2 3 4 5
...
750

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /