Skip to main content

Questions tagged [security]

5 votes
1 answer
153 views

Imagine I have a notebook divided into multiple groups of code cells which are set as initialization groups. I then have a single cell which evaluates a function ...
sam wolfe's user avatar
  • 5,023
9 votes
1 answer
339 views

I'm working on a Wolfram Language Package to connect into Google Bigquery (that I'll make public available). In order to finish It, I need to solve a last step, that is how to get an authentication ...
Murta's user avatar
  • 26.5k
6 votes
1 answer
207 views

I want to access a service that uses JWT authentication for its API. Generating a JWT doesn't look too difficult, it is a combination of BASE64URL encoding, and HMAC Signing. However, these things can ...
Andy Burnett's user avatar
2 votes
0 answers
106 views

I am creating a package and I would like it to be secure, i.e. it loads and runs using Needs but the code stays secret. So I set up the protection using: ...
Schepy's user avatar
  • 21
5 votes
1 answer
306 views

If one runs SocketListen on a Virtual Private Server (VPS), in principle one can set up a webpage with the Wolfram Language as a back-end. For instance, with ...
Fortsaint's user avatar
  • 2,090
8 votes
1 answer
407 views

It's a little bit scary to hand over your credentials like this: I would like to know just how secure this process is. Is any way to ensure that mail sent from Mathematica is encrypted in transit and ...
user5601's user avatar
  • 3,880
8 votes
1 answer
445 views

I want to make notebook read-only (protect from modification) for all operating systems (when copied from one OS to another OS read-only should remain). Is there any way to do that?
vasili111's user avatar
  • 1,265
17 votes
2 answers
557 views

Background Conversion from string/boxes to expression is quite common. Very often the goal would be a simple switch from "1" to ...
Kuba's user avatar
  • 139k
7 votes
0 answers
142 views

Mathematica v11.3 has just been released, A new feature, Chat, could be found In File>New>Chat. It is convenient when communicating code with other users, but ...
Wjx's user avatar
  • 9,700
22 votes
1 answer
400 views

Compressed strings are often used to exchange Mathematica expressions on the Internet. It is, however, not easy to see what such expression will do after decompression. Resulting code can perform ...
Ray Shadow's user avatar
  • 7,966
1 vote
0 answers
311 views

I want to configure this one notebook (let's call it X) so that its initialization cells get automatically evaluated when X is first opened1. To this end, I have applied the settings shown below to ...
kjo's user avatar
  • 11.9k
3 votes
2 answers
353 views

I'm working on my research and I defined a few function that I don't want anyone to take from my code. And I must submit the Mathematica file to a public place. Is there any way to lock my nb file by ...
Love Eva's user avatar
  • 168
3 votes
0 answers
85 views

I'm writing a web API that takes as arguments URLS of MIDI files, imports and processes them, and spits a MIDI file back out. I'm nervous just Import[]ing whatever URL the user gives me. How can I be ...
hYPotenuser's user avatar
1 vote
0 answers
87 views

We're providing Mathematica computing service to our customers. Now we're decided introducing Import and Export functions, but ...
Michael's user avatar
  • 491
4 votes
1 answer
317 views

I wrote a notebook containing initialization cells: (1) notebook's options related to initialization are set to: ...
mitochondrial's user avatar

15 30 50 per page