Questions tagged as 'base64'

1
answer

Base64 Multer NodeJS

I used multer in my API, I uploaded the image, all right, but I would like to use base64, then I enter the doubt (I do not know much about base64 ), what better way to do it? I made one in a way, I converted the image straight from...
asked by 11.09.2017 / 22:30
0
answers

Decrypt IMAP email?

I am receiving emails in my application through IMAP, and everything is showing up the right way except the text that is encrypted, how do I decrypt or configure it to not be encrypted ?? I am using the node-imap library to receive and the...
asked by 22.08.2017 / 22:37
1
answer

Send .pdf, in base64, by email

I get a string through an external%%, which comes directly from the client (I only take care of the website, making it impossible to change the type of information I receive). This string is a API that was encrypted in .pdf and I n...
asked by 01.11.2016 / 19:58
0
answers

How to use jqZoom in a base64 image?

Location: I have a small application where the user chooses a <select> option and in that an image is loaded via javascript using base64 . Problem: The jqZoom plugin does not work correctly with base64 since it fre...
asked by 20.08.2014 / 14:01
1
answer

PHP Link Protector to Capture and Encrypt and add a URL before

Hello, I would like to know how I can use JavaScript or PHP to put this url https://protetor.com/?url= before the addresses of download servers automatically I use these servers SkyDrive, Clouddrive, Pcloud, Bitcasa, Meocloud, LolaBits, G...
asked by 19.04.2018 / 06:55
1
answer

Decrease a base64 [duplicate]

How do I decrease a base64 size without decreasing quality? I'm having a problem with this code because it's too big and it's not saving in the database. How to decrease? Bitmap thumbnail = (Bitmap) data.getExtras().get("data"); Byte...
asked by 26.07.2017 / 18:59
1
answer

Symfony 4 - How to save images with FormBuilder (FileType) in Base64 in the Database (MySQL)?

Hello, I'm trying to make a form where the user just inserts an image. In theory, the image should be stored as a Blob (Base64) file in the Database, however, Symfony is storing "tmp / php / random value" in the "photo" field of the credential...
asked by 06.12.2018 / 18:46
1
answer

BASE64 Encryption [duplicate]

I'm completing a college job, and would like to know a topic I did not find in Portuguese on the internet. What are the benefits of base64 ?     
asked by 12.11.2018 / 13:00
1
answer

PublicKey for String

I have a server that uses RSA and an Android app. I want the server to pass its PublicKey to the Android application. I'm trying to pass PublicKey as a string, but when I send something encrypted with this key to the server and try to decipher i...
asked by 10.04.2018 / 13:31
1
answer

Receive a base64 string via JSON and display in a TImage DELPHI

I'm getting a JSON object, which inside it has a photo converted to base64. I need to load this string into a TImage in delphi. Getting the string I got using the class superobject, but the base64 I'm not finding the solution. Thanks in advance...
asked by 24.07.2017 / 15:57