Jump to content
MakeWebGames

semaphore.v

Members
  • Posts

    5
  • Joined

  • Last visited

semaphore.v's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. use link: http://www.blackwasp.co.uk/CSharpFundamentals.aspx
  2.   1.docs.oracle.com/javase/tutorial 2.thenewboston.org/tutorials.php 3.javabeginner.com/ 4.javalessons.com/ 5.w3schools.com/js/
  3. In cryptography, an all-or-nothing transform (AONT), also known as an all-or-nothing protocol, is an encryption mode which allows the data to be understood only if all of it is known.AONTs can be used to increase the strength of encryption without increasing the key size. This may be useful to, for example, secure secrets while complying with government cryptography export regulations. AONTs help prevent several attacks.
  4. The <div> tag defines a division or a section in an HTML document. The <div> tag is used to group block-elements to format them with CSS.   <div style="color:#0000FF"> <h3>This is a heading</h3> <p>This is a paragraph.</p> </div>
×
×
  • Create New...