<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>Old Basic sample #1, Passwords Security, Etc.</title>
		<link>/blogentry/101509</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/101509" rel="self" type="application/rss+xml" />
		<description>MonEl's Blog: Old Basic sample #1, Passwords Security, Etc.</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Original Blog Entry: Old Basic sample #1, Passwords Security, Etc.</title>
			<link>/blogentry/101509</link>
			<guid isPermaLink="true">/blogentry/101509</guid>
			<pubDate>Sat, 09 May 2015 20:05:15 GMT</pubDate>
			<dc:creator>MonEl</dc:creator>
			<description><![CDATA[<p>A very simple text only (no graphics) very basic calculator with only 4 functions: +, -, X and /.<br /><br />That is: Addition, Substraction, Multiplication and Division.<br /><br />I made it years ago, I used to know very little (almost nothing) about Commodore Basic 2, back on the 1980s and maybe also on the earlier 1990s.<br /><br />With the right basic interpreter and or a basic compiler it works.<br /><br />I compiled it to a stand aone .EXE file years ago when I made it.<br /><br />As you can see, it is the very old Basic that used (uses) line numbers.<br /><br />With the right basic interpreter and or a basic compiler it works.<br /><br />1 PRINT Calculator. :C = C<br /><br />3 PRINT Type: E ( E = Exit) or + or - or X or /<br /><br />4 INPUT Type one of the 5 options and press Enter ;X$<br /><br />5 IF X$ = E THEN 26<br /><br />6 PRINT Right now you have: : PRINT C<br /><br />7 PRINT Type a number And press the Enter key<br /><br />8 INPUT To use other function or to Exit enter 0 (Zero) ; A<br /><br />9 IF A = 0 THEN 3<br /><br />10 IF X$ = + THEN 14<br /><br />11 IF X$ = - THEN 17<br /><br />12 IF X$ = X THEN 20<br /><br />13 IF X$ = / THEN 23<br /><br />14 C = C + A:PRINT Addition :GOTO 6<br /><br />17 C = C - A:PRINT Substraction :GOTO 6<br /><br />20 C = C * A:PRINT Multiplication :GOTO 6<br /><br />23 C = C / A:PRINT Division :GOTO 6<br /><br />26 END<br /><br />------------------<br /><br />By the way about making secure enough passwords.<br /><br />If you make very sinple passwords make them at least 22 characters long.<br /><br />If you make them just a little more secure make them at least 16 characters long.<br /><br />If you make passwords even a little more secure make them at least 14 characters long.<br /><br />And if you do make secure enough passwords make them t least 11 characters long.<br /><br />But no password might be 100% secure, some people and also the government might be able to break most or all passwords.<br /><br />If you really need the most protection make very secure passwords and also make them at least 30 characters long.<br /><br />But I think that most Internet sites won&#x27;t let you enter passwwords that are 30 characters long, maybe because they and the government might not be able to easily crack them.<br /><br />So, if you really have to protect something and can use any password, use secure 30 characters passwords.<br /><br />--------------------------------------<br /><br />Of course, there can be passwords inside of passwords inside of passwords to infinite or I think so, but I am not sure, if so, use this technique, give them hell, but Internet sites and most software can&#x27;t handle this kind of technique, you would have to make your own software.<br /><br />----------------------------------<br /><br />Also, there are some non computer encryption techniques that nobody can break, no matter what they try or for how long they try and no matter with what they try, it just can&#x27;t be broken, that is for text and also for voice messages.<br /><br />Sometimes the only way is to have the key or keys and neither super computers nor super software will decode the messages, this is true no matter what anybody else says otherwise.<br /><br />... &#x5b;&#xa0;<a href="/blogentry/101509">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>MonEl</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/101509</wfw:comment>
		</item>
	</channel>
</rss>

