AsymmetricCryptography : An extension for asymmetric cryptography

Yes you can:

2 Likes

is it possible to encrypt the video and receive the code through firebase and play it??

1 Like

You will have to save file on device.

2 Likes

can you show me the blocks to encrypt images and decrypt it

Can you show your blocks?
Also, kindly read this:

1 Like

ChangeLog Version 3

Changes

  • Minor bug fixes
  • Some internal changes
2 Likes

Hi,
I may have missed something, but end-to-end makes more sense if you send data. Here if it’s the application that encodes and decodes, the other party would have to go to the application. Useful for users who communicate with each other through the same application.
In my case I need to encrypt the text message and send it to a remote server so I need to decrypt it on the server side in python.

How do we do that?
With the right secret key (i can send it securly …) what decryption method should I use in python?
I tried with this online decryption tool
but none of them work for me, for sure i use the wrong method.

Or may be not the right extension for my need?

Just search in this forum on ‘encryption’ and you will be served with a lot about your questions.
Keep in mind that hashing is not encryption.

1 Like

ChangeLog Version 3.1

New Blocks
image

Changes

  • GenerateKeys method now works asynchronously
4 Likes

Hi Sunny,
Would it be possible to use your extension for MIT Appathon 2021?
Your permission would be required for the same…

Already given :grin:

Best wishes :+1:

1 Like

thank you :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.