Questions tagged [algorithm]

Algorithm is a set of step-by-step operations to be performed including calculations, data processing, and automated reasoning.

156 questions
-3
votes
1 answer

Is there a way to attack the SHA-3, GOST, and WHIRLPOOL hash functions?

Is there a way to attack SHA-3, GOST, and WHIRLPOOL hash functions?
-3
votes
1 answer

which algorithm/hash can possibly encrypt and decrypt certain data regardless of size?

I have intercepted some data for which i don't know which algorithm has been used to encrypt this data, this data has been for sure encrypted before transmitting, to decrypt the data i should certainly must find the algorithm being used as well key…
OScam
  • 1
  • 2
-4
votes
1 answer

Asymmetric encryption algorithms

What are the best asymmetric encryption algorithms out there? I am trying to use RSA in my project howoever I have read that it is not quite secure as other asymmetric encryption algorithms.
Matthew
  • 621
  • 2
  • 11
  • 18
-5
votes
2 answers

Is this Python program secure?

Note: I'm new to information security practices so feel free to point out anything I could be doing better. Situation : I'm currently creating an encryption system for instant messaging and I want to know if what I'm doing is good. I'm building a…
Mathix420
  • 107
  • 4
-5
votes
2 answers

What is the most crypto-resistive algorithm to safely send information?

What algorithm is the best to use for storing, sending passwords, account data, and other information between desktop apps over the network. Looking for the best crypto-resistive algorithm to use in C# applications. The information I want to send is…
-7
votes
1 answer

What is the excellence of RSA vs my algorithm

I was wondering that what make RSA Asymmetric Cryptography Algorithm special. So I wrote a very simple algorithm that do the same work (Generate Public and Private Key) Now I want to ask you that What is the excellence of RSA vs my algorithm…
1 2 3
10
11