Question:

Is it possible to program an eternity code?

by  |  earlier

0 LIKES UnLike

I have minimum knowledge of programming languages. But would be interested in learning more.

 Tags:

   Report

2 ANSWERS


  1. if by an eternity code you mean a code that would run forever, its very simple. a simple loop would run forever if it had no conditions.

    the C# syntax of it would be:

    while(true)

    {

      //do something that would repeat itself infinitly

    }

    P.S.

    i would recommend C# for a first language


  2. There are a lot of excellent online resources for learning programming. Java and C# are good languages to start out with.

    What is an "eternity code"?

    Edit:

    In practice, no. The space in which a password is stored must be finite, so there are only a finite number of possible values for a given password. Therefore, any password can be guessed using the least efficient possible method (random trial and error) in a finite amount of time.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.