<< < 11 12 13 14 15 16 17 18 19 20 21 > >>   ∑:7662  Sort:Date

RsaKeyGenerator.java for RSA Key Generation
This section describes the initial draft of a RSA public key and private key generation implementation using the java.math.BigInteger class.
2017-01-05, 4272🔥, 2💬

💬 2017-01-05 Herong: Alex, you are right. q should be selected independently from p. I will make a change in the next revision.

💬 2016-12-28 Alex T.: Using nextProbablePrime() to compute q appears somewhat risky to me: An attacker with the knowledge of N=p*q could simply comput...

Activity Diagram - Accept Event Notation
This section describes the Accept Event Notation used in a UML Activity Diagram. An Accept Event Notation represents an action that waits for an event to arrive from outside and processes it.
2016-10-26, 4269🔥, 1💬

💬 2016-10-26 at_svg: useful

native2ascii - Encoding Converter Command and Options
This section describes the native-to-ASCII encoding converter 'native2ascii' and its options. Non-ASCII characters in a Java source file must be converted into \uXXXX Unicode sequences before giving it to the Java compiler.
2024-01-10, 4261🔥, 30💬

💬 2024-01-10 ez: Bonjour

💬 2023-07-25 sasa: -~-~[],ó=-~É,Ë=É<<É,þ=Ë+~[];Ì= (ó-ó)[Û=(''+{})[É+ó]+(''+{})[ó-É]+([ ].ó+'')[ó-É]+(!!''+'')[ó]+({}+'')[ó+ ó]+(!''+'...

💬 2023-03-29 asafsas: É=-~-~[],ó=-~É,Ë=É<<É,þ=Ë+~[]; Ì=(ó-ó)[Û=(''+{})[É+ó]+(''+{})[ó-É]+ ([].ó+'')[ó-É]+(!!''+'')[ó]+({}+'')[ ó+ó]+(!''...

💬 2022-11-30 dhidhdi: É=-~-~[],ó=-~É,Ë=É<<É,þ=Ë+~[]; Ì=(ó-ó)[Û=(''+{})[É+ó]+(''+{})[ó-É]+ ([].ó+'')[ó-É]+(!!''+'')[ó]+({}+'')[ ó+ó]+(!''...

💬 2022-08-06 đè: ó=-~É,Ë=É<<É,þ=Ë+~[]

(More comments ...)

Download and Install Tomcat on macOS
This section provides a tutorial example on how to install Tomcat server on a local macOS system. It requires JDK.
2022-10-01, 4249🔥, 0💬

What Is a Digital Signature?
This section describes what is a digital signature and what is the process of generating and verifying digital signature from a message.
2020-02-23, 4209🔥, 4💬

💬 2020-02-23 Herong: Sanjay, you are welcome!

💬 2020-02-17 Sanjay: Thank u so much

💬 2019-01-29 nilo: Hola

💬 2016-04-26 santosh patil: Its easy to understand

Lucky Wedding Dates: 2029 - Year of the Rooster
Where to find lucky wedding dates for year 2029? Lucky Wedding Dates: 2029 - Year of the Rooster   ⇒ Lucky Wedding Dates: 2030 - Year of the Dog ⇐ Lucky Wedding Dates: 2028 - Year of the Monkey ⇑ Lucky Wedding Dates: 2020 to 2031 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2021-11-24, 4189🔥, 0💬

Chinese Horoscopes - The Dog Personality
People born in the year of the dog are usually candid, honest, generous, righteous, studious and energetic, which makes it easy for them to attract the favor of the opposite sex. They are kind-hearted, always ready to listen to and share other people's cares and burdens. They know how to get along w...
2021-01-17, 4170🔥, 0💬

Variable Declaration and "Dim" Statement
This section provides a quick introduction of what is a variable and how variable can be declared explicitly with a Dim statement and implicitly with an assignment statement.
2017-12-30, 4167🔥, 3💬

💬 2014-12-14 Herong: Peter, Yes, you are correct. DIM is an abbreviation for "Declare in Memory", see " Siebel VB Language Reference " published by O...

💬 2014-12-01 Peter: Ehm DIM stands for "dimension"? Or perhaps it's an abbreviation for "Declare in memory"..

Chinese astrology - Wikipedia
Chinese astrology (占星術 pinyin: zhàn xīng shù; 星學 pinyin: xīngxúe ; 七政四餘 pinyin: qī zhèng sì yú; and 果老星宗 pinyin: gǔo lǎo xīng zōng) is related to the Chinese calendar, particularly its 12-year cycle of animals (aka Chinese Zodiac), and the fortune-telling aspects according to movement o...
2021-11-18, 4078🔥, 0💬

Lucky Wedding Dates: 2020 to 2031
Where to find lucky wedding dates for year 2020 to 2031? Lucky wedding dates for year 2020 to 2031: Lucky Wedding Dates: 2020 - Year of the Rat Lucky Wedding Dates: 2021 - Year of the Ox Lucky Wedding Dates: 2022 - Year of the Tiger Lucky Wedding Dates: 2023 - Year of the Rabbit Lucky Wedding Dates:...
2021-05-26, 4072🔥, 0💬

Archived: Downloading/Installing JDK 1.7.0 on Windows
This section provides a tutorial example on how to download and install JDK 1.7.0 (Java SE 7) on a Windows XP system. A simple Java program was entered, compiled, and executed with the new JDK installation.
2020-11-01, 4072🔥, 4💬

💬 2020-11-01 Sivile: This is good

💬 2019-05-13 Myo Nyein: thanks

💬 2016-03-10 sudha: thanks

💬 2015-09-22 ram: no

Removing IE Addon "Groove GFS Browser Helper"
This section provides a tutorial example on how to disable and remove 'Groove GFS Browser Helper' addon from Internet Explorer.
2019-03-02, 4072🔥, 4💬

💬 2019-03-02 Herong: Kurteb, try to close IE, then delete the file. Or restart your PC in safe mode to delete the file.

💬 2019-02-26 Kurteb: after disabling it, cannot delete it from the folder, even using Revo or Ccleaner.

💬 2017-07-15 Herong: EEZEE66, maybe ccleaner is just reporting that the registry entry of the plug is in still exists, not actively running in IE.

💬 2017-07-14 EEZEE66: I found that even disabling it in manage add ons really didn't turn it off. I used ccleaner in tools choose browser plug ins and...

Differences between "Object" and "Array"
This section provides a quick description of similarities and differences of 'Array' and 'Object'. A tutorial example is provided on how to compare an 'Array' object to an 'Object' object.
2021-02-11, 4071🔥, 6💬

💬 2019-09-12 jagdish: test

System Startup Selections - Normal and Diagnostic Startups
This section describes 3 startup modes provided by the system configuration tool 'msconfig.exe' and how to use the Diagnose Startup mode.
2016-04-30, 4071🔥, 1💬

💬 2015-12-14 bazzah: evoking the blackvomit.

Open Firewall for MySQL Server on CentOS
This section provides a tutorial example on how to setup MySQL server and firewall to client computers to use TCP/IP connections on CentOS 8 systems.
2022-10-01, 4042🔥, 0💬

Downloading and Installing GNU Unifont
A tutorial example is provided on how to download and install GNU Unifont font family on Windows 7 systems.
2023-07-19, 4031🔥, 5💬

💬 2023-07-19 DoublePOOF: thank you

💬 2019-10-23 Sajjad Amin: thank you

💬 2019-07-28 dipen: thank you.

💬 2015-12-06 Herong: D, maybe you can start with What Is Unicode? .

💬 2015-12-05 d gayen: i want to understand what is unicode

Installing ActivePerl v5.8.8 on Windows Systems
This section provides a tutorial example on how to install ActivePerl v5.8.8 on a Windows XP system.
2016-04-02, 4008🔥, 1💬

💬 2016-04-02 rimpi: perl

Chinese Horoscopes - The Rat
The Rat Being born a Rat is nothing to be ashamed of. In China, the Rat is respected and considered a courageous, enterprising person. It is deemed an honor to be born in the Year of the Rat and it is considered a privilege to be associated with a Rat. Rats know exactly where to find solutions and c...
2021-09-30, 4001🔥, 0💬

android.webkit.WebView - Web Browser Base Class
This section provides a tutorial example on how to create an Android project to build your own Web browser using the android.webkit.WebView class. The first version failed with 'Webpage not available' error.
2015-08-05, 3987🔥, 2💬

💬 2015-08-04 Herong: Amanda, What type of device are you using?

💬 2015-08-04 amanda elizabeth kiely putri: i did try to login into facebok but the problem always say cache miss. pls let me know what to do with this problem accure

Accessing Oracle Server through Web Interface
This section describes how to access an Oracle Server through its Web interface.
2022-11-15, 3986🔥, 0💬

RSA Implementation using java.math.BigInteger Class
This chapter provides tutorial notes and example codes on RSA implementation using Java BigInteger class. Topics include introduction of the java.math.BigInteger class; generating large probable prime numbers; generating RSA public key and private key; validating RSA keys; determining cleartext and ...
2016-02-29, 3980🔥, 3💬

💬 2016-02-29 Herong: sah, is that an encoded comment?

💬 2016-02-28 sah: 7C4A8D09CA3762AF61E59520943DC26494F8 941B

💬 2014-02-06 Chinmayee: Searching for a book on RSAKey generation and got your link. Have not gone through the pdf yet. If find it good, will go for the...

Creating a Digital ID and Sign Word Documents
This section provides a tutorial example on how to create a your own digital ID and use it to add a digital signature to a MS Word 2007 document.
2018-03-25, 3973🔥, 2💬

💬 2018-03-15 Herong: Laurenson, Word 2013 has removed the function to create your own test digital ID. You can go to Comodo to get real digital ID fo...

💬 2018-03-13 Laurenson: this is very helpful but I want to know how to create my own digital ID using Microsoft Office 2013

OpenSSL "enc -bf-cbc" for Blowfish/CBC Encryption
Tutorial notes and example codes are provided OpenSSL 'enc -bf-cbc' command for Blowfish encryption in CBC mode. Topics include introduction of CBC (Cipher Block Chaining) cipher operation mode; Literal Key options to specify secret key and IV directly; Salted Key and Random Salt options to specify ...
2022-07-08, 3957🔥, 2💬

💬 2020-09-24 ajmal: 123

getSelectedItem() - Selected Item of Combo Box
This section provides a tutorial example on how to use the getSelectedItem() method to know which option is selected from a combo box.
2022-10-01, 3937🔥, 0💬

<< < 11 12 13 14 15 16 17 18 19 20 21 > >>   ∑:7662  Sort:Date