|
| Topics this page:
|
|
|
|
|
|
|
Introduction to Cryptography With Java Applets (Jones & Bartlett Publishers, Inc., 2003)
by David Bishop (a professor Grinnell College) offers online Java applets to demonstrate important concepts
to help undergrads learn to program cryptography algorithms from the ground up.
Topics include large integer computing, linear cyphers, matrix cyphers, primality testing,
and establishing keys and message exchange.
Java Cryptography Extensions : Practical Guide for Programmers by Jason Weiss |
|
|
You can import a trusted root certificate from several types of files:
|
|
|
Example of passphrases in movies:
|
As a creatures of habit, many get used to simply incrementing numbers or letters when they are required to change their password.
If someone ever gets my password, ALL of my accounts would be compromised. (This, by the way, is the problem with Microsoft's Passport authentication service)
I keep a list of where I've signed up, and encrypt it with a password I haven't used on anything else.
So I've gone to using programs to generate password generation passwords and passphrases.
BTW, I should keep originals in a bank safe deposit box in case my home burns down, and only keep copies in the house.
I could use this link to access my account (given that I can remember my email address and password).
To access a Windows 2000 server (for example, “Certx”) hosting Web Enrollment Support:
http://Certx/certsrv A different X.509 certificate is needed for each email client. The options:
In the US, export controls on commercial encryption products are administered by the Bureau of Export Administration (BXA) in the U.S. Department of Commerce.
By US export regulations
U.S. Department of Justice FAQ on Encryption Policy April 24, 1998
the “Base DSS and Diffie-Hellman Cryptographic Provider”
and Microsoft Enhanced Cryptographic Provider
can only be used in the United States.
Next, I clicked OK to this pop-up window:
“You need to be running the same browser, on the same machine, logged in as the same user, as you were when you made the request."
To confirm that the certificate was really installed in MSIE 5, select Tools -> Internet Options... -> Content tab -> Certificates... button.
Clicking on the "View" button, I notice in the Details section that
the Public key is 1024 bits and the thumbprint (hash) algorithm is
SHA1
.
But first I must export the certificate to a diskette and store it somewhere safe (in my lockbox or on a physically secure stand-alone computer for recovery operations) so that I don't have to go through the hassle of requesting another from the CA (Thawte).
Note: Windows 2000 SP2 adds several CA root certificates.
.cer files have MIME type of
application/x-x509-ca-cert
application/pkix-cert
application/keychain_access
Import the Certificate as a Trusted Certificate from a Java .jar file.
Notice that I left the default selections of SHA and DES based on my earlier observations.
I chose not to sign all my emails. That would seem rather pretentious and a bit too nerdly for internet dating emails.
"No. Now you can tell whether a email is really from me." I explained.
"I can always tell it's from you. It's got your name at the top." she said rather impatiently.
"But what if someone forged my name?"
"I'll still know because no one is as disrespectful to his mother as you are." ;)
Anyway, Hotmail and other web-based email cannot accept certificates. A client program such as Microsoft Outlook, Outlook Express, or Eudora is required.
So in order for Thawte to really associate my name with the email address, I have to physically present my picture ID's to someone trusted by Thawte.
Thawte uses a "web of trust" -- a transitive trust based on the reputation of individuals.
Thawte required that I get at least 2 notaries to verify my ID. I could use two highly trusted notaries or several less trusted ones. Thawte uses a point system based on the number of identities a notary verifies.
"many mail clients will only recognize the FIRST email address in the certificate. The best strategy is thus to obtain different certificates for your different email accounts."
This would allow single sign-on capability to access several websites with mutual trusts.
|
|
| On Sun Solaris 8 machines, Sun offers its Crypto Accelerator 500 Daughterboard, the Crypto Crypto Accelerator 1000 PCI board, and Crypto Accelerator 4000 Board.
Check Point's VPN-1 Accelerator Card III delivers over 400 Mbps 3DES VPN throughput. The QuickSafe SSL Accelerator from Cryptographic Appliances outscales any dedicated SSL accelerator on the market with (1024 bit) SSL operations a second. Their appliance is situated behind web servers (and thus less open to attacks). This allows the maintainance of a session cache (for "true" load balancing) and only a single certificate rather than distributing certificate keys on multiple encryption devices.
The CacheFlow card caches what flows through it — a speed-enhancing feature other products do not offer. The Alteon Switch Alteon iSD-SSL Accelerator. SonicWALL SSL Accelerator PCI Card |
|
|
Related Topics:
|
|
| Your first name: Your family name: Your location (city, country): Your Email address: |
Top of Page Thank you! | |||