Re: [Tutor] Require Python assistance

2018-11-11 Thread Alan Gauld via Tutor
On 10/11/2018 18:10, Avi Gross wrote: > WARNING to any that care: > > As the following letter is a repeat request without any hint they read the > earlier comments here, I did a little searching and see very much the same > request on another forum asking how to do this in MATLAB: The OP has

Re: [Tutor] Require Python assistance

2018-11-10 Thread Avi Gross
ms with doing things in Python. -Original Message- From: Tutor On Behalf Of TCY via Tutor Sent: Saturday, November 10, 2018 10:43 AM To: tutor@python.org Subject: [Tutor] Require Python assistance Dear May I know how to solve the cryptography with Python programming language as

Re: [Tutor] Require Python assistance

2018-11-10 Thread Steven D'Aprano
On Fri, Nov 09, 2018 at 03:17:18PM -0500, Avi Gross wrote: > As I see others have replied, the question is not easy to understand > and seems so broad as to be overwhelming to actually do without > further info. My guess is that the OP is doing a comp sci course and has been given an

Re: [Tutor] Require Python assistance

2018-11-09 Thread Avi Gross
f learning to be a programmer is to do as much as you can by yourself. -Original Message- From: Tutor On Behalf Of TCY via Tutor Sent: Friday, November 9, 2018 8:13 AM To: tutor@python.org Subject: [Tutor] Require Python assistance Dear May I know how to solve the cryptography with Python p

Re: [Tutor] Require Python assistance

2018-11-09 Thread Mats Wichmann
On 11/9/18 11:59 AM, Bob Gailer wrote: > On Nov 9, 2018 12:34 PM, "TCY via Tutor" wrote: >> >> >> >> >> Dear >> May I know how to solve the cryptography with Python programming > language as below - >> (1) Implement Elgamal Method(2) Implement Elliptic Curve Cryptography > method(3) Implement

Re: [Tutor] Require Python assistance

2018-11-09 Thread Bob Gailer
On Nov 9, 2018 12:34 PM, "TCY via Tutor" wrote: > > > > > Dear > May I know how to solve the cryptography with Python programming language as below - > (1) Implement Elgamal Method(2) Implement Elliptic Curve Cryptography method(3) Implement Rabin Method(4) Implement RSA Method > Find (a)

[Tutor] Require Python assistance

2018-11-09 Thread TCY via Tutor
Dear      May I know how to solve the cryptography with Python programming language as below - (1) Implement Elgamal Method(2) Implement Elliptic Curve Cryptography method(3) Implement Rabin Method(4) Implement RSA Method Find (a) Prime test (b) Inverse function Please help me by provide