encryption tag

9 questions


1 answers
97 views
0
Is it difficult to encrypt media content with end-to-end encryption?

When I was looking at Twitter, I saw a tweet like thisIn principle, E2EE is very difficult for users to verify whether key exchange is done in a reliable way, media content is often not encrypted (une...

2 years ago

1 answers
91 views
0
How do I decode dB using Python pycryptodome?

I'm asking you because I'm curious about how to use it in practice.try: cursor.execute(create table test( id serial primary key, plainData varchar(10), cihperData varchar(255), nonce varchar(255) ))...


1 answers
132 views
0
What is the most effective way to store user information in an app?

I'm making an app. When I log in to the server, I use the user's name and password, but it's annoying to enter the password every time, so I made a password as an option.I tried to use SharedPreferenc...


1 answers
109 views
0
I have a question about HTML, CSS, JavaScript source encryption.

In the case of Naver Web document, if you click View Source in Chrome, you can see the source layer as follows. Of course, I don't know the whole context, but I was able to see how it was organized ro...


1 answers
93 views
0
Do I need to encrypt Firebase DB separately?

I'm trying to create a notepad app using Firebase DB, but when I used it, I could see other people's data and storage pictures without data encryption.In Firebase, it is considered that security suppo...


1 answers
107 views
0
How do you encrypt?

Hi, everyone.I'm still a student.I'm interested in implementing encryption these days.I thought about implementing bidirectional encryption with JCA.First, every communication, the server sends the pu...

2 years ago

1 answers
101 views
0
Is there any encryption-related module available for Python 3?

Please tell me the normal encryption module that I can use on Python 3The hashlib module doesn't seem to work properly It doesn't matter what encryption method it isHowever, it would be nice if the en...


1 answers
116 views
0
It's Bithumb api, and I'm curious about the reason for some codes.

I'm going to use API on Bithumb, a cryptocurrency exchange.There are many things I don't know because I'm still a beginner, so I'm looking around to find out what functions work, but there are parts t...


3 answers
80 views
0
How do I encrypt servers?

Hi, everyone.Internet packet encryption was implemented with your help.Thank you.But I'm curious about how to encrypt the server.Assuming that public-private key encryption is carried out, should the ...

2 years ago

© 2024 OneMinuteCode. All rights reserved.