Skip to main content

Questions tagged [cryptography]

Questions regarding Mathematica cryptography related functionality (introduced in Mathematica 10).

2 votes
2 answers
199 views

I'm trying to build something in Mathematica where I can save data in an encrypted format, and reopen it later in the same tool. I'm new to using encryption features in Mathematica, and I'm having a ...
Daniel's user avatar
  • 58
0 votes
0 answers
96 views

I came across the Internal`HouseKeep[] function. I can't understand exactly how it works. The name of the function is not at all descriptive, but if you call it, it ...
Kirill Belov's user avatar
2 votes
0 answers
96 views

Where is SystemCredential stored on Windows by default? (if stored in registry what is the registry path and if stored inside a file what is the file path). Is it ...
user13892's user avatar
  • 10.4k
2 votes
0 answers
158 views

Mathematica supports several cryptographic commands like Encrypt, Decrypt and others. This includes support for asymmetric signature ciphers like RSA and Elliptic curves and symmetric ciphers like &...
Moo's user avatar
  • 3,556
3 votes
1 answer
470 views

I'm working on a homework problem that asks you to compute $1943(1980,431)$, where $p = 2671$, $E:Y^2=X^3+171X+853$, and $P=(1980,431) \in E(F_{2671})$. I found the ternary expansion of $1943$ to be $...
Karam 's user avatar
  • 197
1 vote
1 answer
213 views

The question is: Find primenumbers p and q if n=pq=39247771 and φ(n) = 39233944. Does anyone have an idea of how to approach this problem in mathematica? Thanks in advance
Lentato's user avatar
  • 73
1 vote
0 answers
102 views

i.e. GenerateDerivedKey[] or Encrypt[] gives you a byte array with an 8 by 8 color grid that seems to represents a unique code ...
Sangwoo Han's user avatar
2 votes
0 answers
93 views

Using Mathematica v12.2, is it possible to call gpg (or gpg4win) and then tell it to generate an RSA key pair and to return private and public PGP key blocks in standand format and the 40 hex-...
tell's user avatar
  • 320
0 votes
1 answer
181 views

What I have currently written returns a numerical value and stores it in b100. p and q are random integers of size 2^50. I want to use the same code to calculate values where p and q ranges from 2^50 -...
Dyson's user avatar
  • 31
2 votes
0 answers
172 views

I'm trying to replicate this Blog entry on Bitcoin queries: https://blog.wolfram.com/2021/05/25/sleuthing-darkside-crypto-ransom-payments-with-the-wolfram-language/ However, I don't get very far ...
spore234's user avatar
  • 601
2 votes
1 answer
1k views

I have a function that generates cipher text for ElGamal encryption and I want to make return two values, but it returns only one. This is the code: ...
John Carter's user avatar
2 votes
0 answers
163 views

I worked out a way to prompt notifications to peopel using my mathematica code that a new version is available. My code is in a private github repository, mathematica can access it using http requests ...
Giorgio Busoni's user avatar
3 votes
2 answers
217 views

I need a HMAC SHA implementation for Mathematica for an API authentication. I am not experienced at all in cryptography, hash functions, and HMAC. So far what I found is this: ...
Oleg's user avatar
  • 131

15 30 50 per page