Questions tagged [python-simple-crypt]

Project site here

5 questions
1
vote
1 answer

Need advice about AES CTR cipher python vs. Java

I'm working on project when some arbitrary data are encrypted using Python simple-crypt (source here) and same encrypted data are then used in java application. I would like to understand conceptual difference between JSSE and Pycrypto. This is…
rkosegi
  • 14,165
  • 5
  • 50
  • 83
0
votes
1 answer

Error installing python library simple-crypt in Linux

I am getting error while installing python library simple-crypt in linux whereas I have installed it on windows 10. Python version on linux server is 2.7. Can someone please let me know how can I resolve the issue. I am getting error as…
0
votes
1 answer

Transform ordinary string (which is supposed to be a binary string) back into a binary string

So I am currently working with the library: simple-crypt. I have managed to transform a certain input string into it´s binary string. pw_data = input("Please type in your p!") # enter password pw_data_confirmed = input("Please…
manumanu12
  • 30
  • 4
0
votes
1 answer

cannot install simple-crypt

I'm trying to install python "simple-crypt" package. I get those errors : warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath. building 'Crypto.Hash._MD2' extension creating build/temp.linux-x86_64-3.8 creating…
trogne
  • 3,402
  • 3
  • 33
  • 50
0
votes
1 answer

Error installing python simple-crypt on RHEL 6

I get an error when I try to install the simple-crypt package on RHEL 6 (pip3.6 install simple-crypt). Error code below: running build_ext running build_configure checking for gcc... gcc checking whether the C compiler works... yes checking for C…
DamianJ
  • 419
  • 2
  • 8
  • 18