EP1038369A2 - Systeme et procede permettant d'envoyer et de recevoir des donnees protegees a l'aide de cles anonymes - Google Patents
Systeme et procede permettant d'envoyer et de recevoir des donnees protegees a l'aide de cles anonymesInfo
- Publication number
- EP1038369A2 EP1038369A2 EP99960133A EP99960133A EP1038369A2 EP 1038369 A2 EP1038369 A2 EP 1038369A2 EP 99960133 A EP99960133 A EP 99960133A EP 99960133 A EP99960133 A EP 99960133A EP 1038369 A2 EP1038369 A2 EP 1038369A2
- Authority
- EP
- European Patent Office
- Prior art keywords
- computer
- data file
- encrypted data
- private key
- encrypted
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/62—Protecting access to data via a platform, e.g. using keys or access control rules
- G06F21/6209—Protecting access to data via a platform, e.g. using keys or access control rules to a single file or object, e.g. in a secure envelope, encrypted and accessed using a key, or with access control rules appended to the object itself
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/04—Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
- H04L63/0428—Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
- H04L63/0435—Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload wherein the sending and receiving network entities apply symmetric encryption, i.e. same key used for encryption and decryption
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2211/00—Indexing scheme relating to details of data-processing equipment not covered by groups G06F3/00 - G06F13/00
- G06F2211/007—Encryption, En-/decode, En-/decipher, En-/decypher, Scramble, (De-)compress
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2211/00—Indexing scheme relating to details of data-processing equipment not covered by groups G06F3/00 - G06F13/00
- G06F2211/007—Encryption, En-/decode, En-/decipher, En-/decypher, Scramble, (De-)compress
- G06F2211/008—Public Key, Asymmetric Key, Asymmetric Encryption
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2211/00—Indexing scheme relating to details of data-processing equipment not covered by groups G06F3/00 - G06F13/00
- G06F2211/009—Trust
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/21—Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/2107—File encryption
Definitions
- the present invention relates generally to computer security and more specifically to allow the secure transfer and receipt of data between computers using anonymous keys.
- One way of securely transferring data over the Internet includes the use of a public key/private key system.
- a public key is provided by some designated authority as a key that, combined with a private key derived from the public key, can be used to effectively encrypt and decrypt messages and digital signatures.
- a public and private key are created simultaneously using the same algorithm (a popular one is known as RSA) by a certificate authority.
- the private key is given only to the requesting party and the public key is made publicly available (as part of a digital certificate) in a directory that all parties can access.
- the private key is never shared with anyone or sent across the Internet.
- the private key is used to decrypt text that has been encrypted with the public key counterpart by someone else who has the public key.
- Public key cryptography generally requires a large mathematical decomposition in order to work effectively. Generally, the length of a private key is in the order of 64 bytes. Decomposing these relatively small private keys requires considerable computational power. Public key cryptography is typically used as a one-way encryption and if a private key is changed, then everyone else that has the public key counterpart must receive a new public key.
- a system and method is provided of securely transmitting data between two computers over a network, such as the Internet, using anonymous keys that are private only to each user and are not shared with anyone else.
- the data is first encrypted at a first computer with a first private key into a first encrypted data file.
- the first encrypted data file is then transmitted to a second computer, wherein the first encrypted data file is encrypted with a second private key into a second encrypted data file.
- the second encrypted data file is then sent to the first computer, wherein the second encrypted data file is now decrypted with the first private key, known to the user at the first computer, into a third encrypted data file.
- the third encrypted data file is then sent to the second computer, wherein the third encrypted data file can not be fully decrypted into the original data file using the second private key.
- FIG. 1 is a schematic diagram illustrating a client transmitting secure data to a server over the Internet, in accordance with the present invention
- FIG. 2 is a block diagram of the server computer shown in FIG. 1 , in accordance with the present invention.
- FIG. 3 is a block diagram of one embodiment of the non-volatile memory module located within the server computer of FIG. 2;
- FIG. 4 is a block diagram of the client computers shown in FIG. 1, in accordance with the present invention
- FIG. 5 is a block diagram of one embodiment of the non-volatile memory module located within the client computers of FIG. 4;
- FIG. 6 is a flowchart of a method illustrating how a client, having a private key, passes encrypted data to a server computer, according to the invention.
- FIG. 1 a schematic diagram illustrates a server 100 used to receive encrypted data from a client computer 102 through the Internet 106 using anonymous keys that are private and unknown to others.
- FIG. 2 is a block diagram of the server computer 100 shown in FIG. 1.
- Server 100 includes a CPU 202, a RAM 204, a non-volatile memory 206, an input device 208, a display 210, and an Internet interface 212 for providing access to the Internet.
- FIG. 3 is a block diagram of one embodiment of the non-volatile memory module 206 located within the server computer 100 of FIG. 2.
- the non-volatile memory 206 includes an encrypt/ decrypt engine 302, and a secure data database 304 for storing secured data.
- the encrypt/ decrypt engine 302 is programmed to encrypt and decrypt data using a password or a key provided by the user.
- the encryption/ decryption engine is programmed to use associative properties that would provide an associative-type of algorithm for the encryption and decryption of data. For example, if the data is encrypted by 'X then that would result in encrypted data(X). If encrypted data(X) is then encrypted by Y' then that would result in encrypted data(X*Y). If encrypted data(X*Y) is decrypted by 'X' then that would result in encrypted data(Y). If encrypted data(Y) is decrypted by ⁇ ' then that would result in obtaining the original un-encrypted data.
- the computation power required to encrypt and decrypt data using this system and method is much less than the computational power required in a public/private key system, therefore longer keys can be used to provide an extremely high-level of security.
- FIG. 4 is a block diagram of a client computer 102 shown in FIG. 1.
- Client 102 includes a CPU 402, a RAM 404, a non-volatile memory
- FIG. 5 is a block diagram of one embodiment of the non-volatile memory module 404 located within the client 102 of FIG. 4.
- the nonvolatile memory 406 includes an encrypt/ decrypt engine 502 for encrypting and decrypting data.
- the encrypt/ decrypt engine 502 can also be stored in RAM 404, and excellent results can be obtained when the encrypt/ decrypt engine is served up as a JavaTM applet to the client 102, thereby eliminating the need for the client to install his own encrypt/ decrypt engine on his hard drive.
- FIG. 6 is a flowchart of a method illustrating how a client, with a private key, passes data securely encrypted to a server computer through the Internet in accordance with the invention. It is not necessary for the data to pass to a server computer, it can equally work between two client computers.
- the process begins at step 600.
- a user enters data on the client computer at step 602.
- the data is encrypted with the encrypt/ decrypt engine using the user's private key (El) and the once- encrypted data (Dl) is sent over the Internet to the server.
- El user's private key
- Dl once- encrypted data
- the server encrypts the once-encrypted data with the server private key (E2) and the twice-encrypted data [(D 1)*(D2)] is sent back to the client over the Internet.
- the client re-enters his private key and decrypts the twice-encrypted data with his private key resulting in once-encrypted data (D2) that is encrypted with the server private key.
- the once-encrypted data (D2) is sent over the Internet back to the server.
- the server can decrypt the once-encrypted data with the server private key (E2) to obtain full access to the original data fully decrypted.
- the server can then store the data in a secure data database 304 or process the data accordingly. The process then ends at step 612.
- the private key of both the client and server is not known by anybody else, therefore, the private key can be different every time a user utilizes this system and method of transmitting data.
- the private keys can also be very long (i.e. 1000 bytes) and could include biometric data, such as a digitized fingerprint of the user. Since this secure system and method of transmitting encrypted data utilizes a totally private key unknown to others, the various different applications of this invention are virtually limitless. Furthermore, the encrypted data would be virtually impossible to decrypt by a hacker since private keys can be much longer than a typical private key (64 bytes) used in a private /public key system.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Bioethics (AREA)
- General Health & Medical Sciences (AREA)
- Computer Networks & Wireless Communication (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Signal Processing (AREA)
- Storage Device Security (AREA)
- Communication Control (AREA)
- Circuits Of Receivers In General (AREA)
- Computer And Data Communications (AREA)
- Hardware Redundancy (AREA)
- Information Transfer Between Computers (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10427098P | 1998-10-14 | 1998-10-14 | |
US104270P | 1998-10-14 | ||
PCT/US1999/024191 WO2000022496A2 (fr) | 1998-10-14 | 1999-10-14 | Systeme et procede permettant d'envoyer et de recevoir des donnees protegees a l'aide de cles anonymes |
Publications (1)
Publication Number | Publication Date |
---|---|
EP1038369A2 true EP1038369A2 (fr) | 2000-09-27 |
Family
ID=22299551
Family Applications (4)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP99970527A Ceased EP1040616A4 (fr) | 1998-10-14 | 1999-10-14 | Systeme et procede d'authentification de cle et de transmission de donnees protegees |
EP99970526A Expired - Lifetime EP1125393B1 (fr) | 1998-10-14 | 1999-10-14 | Procede d'envoi et de reception de donnees protegees a l'aide d'une cle partagee |
EP99956566A Withdrawn EP1038217A1 (fr) | 1998-10-14 | 1999-10-14 | Systeme et procede pour securiser un ordinateur contre un acces non autorise |
EP99960133A Withdrawn EP1038369A2 (fr) | 1998-10-14 | 1999-10-14 | Systeme et procede permettant d'envoyer et de recevoir des donnees protegees a l'aide de cles anonymes |
Family Applications Before (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP99970527A Ceased EP1040616A4 (fr) | 1998-10-14 | 1999-10-14 | Systeme et procede d'authentification de cle et de transmission de donnees protegees |
EP99970526A Expired - Lifetime EP1125393B1 (fr) | 1998-10-14 | 1999-10-14 | Procede d'envoi et de reception de donnees protegees a l'aide d'une cle partagee |
EP99956566A Withdrawn EP1038217A1 (fr) | 1998-10-14 | 1999-10-14 | Systeme et procede pour securiser un ordinateur contre un acces non autorise |
Country Status (7)
Country | Link |
---|---|
EP (4) | EP1040616A4 (fr) |
AT (1) | ATE456103T1 (fr) |
AU (4) | AU1207600A (fr) |
CA (4) | CA2312967C (fr) |
DE (1) | DE69941958D1 (fr) |
IL (4) | IL136746A0 (fr) |
WO (4) | WO2000022510A1 (fr) |
Families Citing this family (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN100476989C (zh) | 2000-02-21 | 2009-04-08 | 特科2000国际有限公司 | 便携式数据存储装置 |
US9767167B2 (en) * | 2000-04-27 | 2017-09-19 | Proquest Llc | Method and system for retrieving search results from multiple disparate databases |
EP1295457A2 (fr) * | 2000-05-11 | 2003-03-26 | Sun Microsystems, Inc. | Service de bibliotheque sur reseau |
IL159391A0 (en) | 2001-06-28 | 2004-06-01 | Trek 2000 Int Ltd | Method and devices for data transfer |
GB2386518A (en) * | 2002-02-08 | 2003-09-17 | Microbar Security Ltd | Associative encryption and decryption |
TW588243B (en) | 2002-07-31 | 2004-05-21 | Trek 2000 Int Ltd | System and method for authentication |
JP4102290B2 (ja) * | 2003-11-11 | 2008-06-18 | 株式会社東芝 | 情報処理装置 |
CN100370460C (zh) * | 2005-07-21 | 2008-02-20 | 曾致中 | 一种数据库密文查询的方法 |
DE102005045119A1 (de) * | 2005-09-21 | 2007-02-15 | Siemens Ag | Kodierverfahren und Kodiervorrichtung zur Erzeugung eines individuumsbezogenen Kodes |
US20130283060A1 (en) * | 2012-04-23 | 2013-10-24 | Raghavendra Kulkarni | Seamless Remote Synchronization and Sharing of Uniformly Encrypted Data for Diverse Platforms and Devices |
US9264221B2 (en) | 2014-01-31 | 2016-02-16 | Google Inc. | Systems and methods for faster public key encryption using the associated private key portion |
CN106790412A (zh) * | 2016-11-30 | 2017-05-31 | 深圳市吉祥腾达科技有限公司 | 一种Telnet模拟consoled设备的方法及系统 |
US11282071B2 (en) | 2018-11-30 | 2022-03-22 | Rb Global Mobile Solutions, Llc | Digital identity management device |
Family Cites Families (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4193131A (en) * | 1977-12-05 | 1980-03-11 | International Business Machines Corporation | Cryptographic verification of operational keys used in communication networks |
EP0085130A1 (fr) * | 1982-02-02 | 1983-08-10 | Omnet Associates | Procédé et appareil pour garder secret des messages numériques transmis par transmission publique |
US4802217A (en) * | 1985-06-07 | 1989-01-31 | Siemens Corporate Research & Support, Inc. | Method and apparatus for securing access to a computer facility |
US5148479A (en) * | 1991-03-20 | 1992-09-15 | International Business Machines Corp. | Authentication protocols in communication networks |
US5596718A (en) * | 1992-07-10 | 1997-01-21 | Secure Computing Corporation | Secure computer network using trusted path subsystem which encrypts/decrypts and communicates with user through local workstation user I/O devices without utilizing workstation processor |
JP2519390B2 (ja) * | 1992-09-11 | 1996-07-31 | インターナショナル・ビジネス・マシーンズ・コーポレイション | デ―タ通信方法及び装置 |
US5649118A (en) * | 1993-08-27 | 1997-07-15 | Lucent Technologies Inc. | Smart card with multiple charge accounts and product item tables designating the account to debit |
US5544246A (en) * | 1993-09-17 | 1996-08-06 | At&T Corp. | Smartcard adapted for a plurality of service providers and for remote installation of same |
US5590199A (en) * | 1993-10-12 | 1996-12-31 | The Mitre Corporation | Electronic information network user authentication and authorization system |
EP0734556B1 (fr) * | 1993-12-16 | 2002-09-04 | Open Market, Inc. | Systeme de paiement base sur un reseau de donne et methode pour l'utilisation d'un tel systeme |
US5475757A (en) * | 1994-06-07 | 1995-12-12 | At&T Corp. | Secure data transmission method |
US5864683A (en) * | 1994-10-12 | 1999-01-26 | Secure Computing Corporartion | System for providing secure internetwork by connecting type enforcing secure computers to external network for limiting access to data based on user and process access rights |
US5790668A (en) * | 1995-12-19 | 1998-08-04 | Mytec Technologies Inc. | Method and apparatus for securely handling data in a database of biometrics and associated data |
US5719941A (en) * | 1996-01-12 | 1998-02-17 | Microsoft Corporation | Method for changing passwords on a remote computer |
US5872847A (en) * | 1996-07-30 | 1999-02-16 | Itt Industries, Inc. | Using trusted associations to establish trust in a computer network |
AU4196497A (en) * | 1996-09-18 | 1998-04-14 | Dew Engineering And Development Limited | Biometric identification system for providing secure access |
US5949882A (en) * | 1996-12-13 | 1999-09-07 | Compaq Computer Corporation | Method and apparatus for allowing access to secured computer resources by utilzing a password and an external encryption algorithm |
US5887131A (en) * | 1996-12-31 | 1999-03-23 | Compaq Computer Corporation | Method for controlling access to a computer system by utilizing an external device containing a hash value representation of a user password |
-
1999
- 1999-10-14 IL IL13647699A patent/IL136746A0/xx unknown
- 1999-10-14 EP EP99970527A patent/EP1040616A4/fr not_active Ceased
- 1999-10-14 AU AU12076/00A patent/AU1207600A/en not_active Abandoned
- 1999-10-14 EP EP99970526A patent/EP1125393B1/fr not_active Expired - Lifetime
- 1999-10-14 WO PCT/US1999/024088 patent/WO2000022510A1/fr not_active Application Discontinuation
- 1999-10-14 AU AU13151/00A patent/AU1315100A/en not_active Abandoned
- 1999-10-14 CA CA002312967A patent/CA2312967C/fr not_active Expired - Lifetime
- 1999-10-14 AU AU17067/00A patent/AU1706700A/en not_active Abandoned
- 1999-10-14 IL IL13674599A patent/IL136745A0/xx unknown
- 1999-10-14 CA CA002312980A patent/CA2312980A1/fr not_active Abandoned
- 1999-10-14 AT AT99970526T patent/ATE456103T1/de not_active IP Right Cessation
- 1999-10-14 WO PCT/US1999/024191 patent/WO2000022496A2/fr not_active Application Discontinuation
- 1999-10-14 CA CA002312981A patent/CA2312981A1/fr not_active Abandoned
- 1999-10-14 IL IL13674899A patent/IL136748A0/xx unknown
- 1999-10-14 EP EP99956566A patent/EP1038217A1/fr not_active Withdrawn
- 1999-10-14 CA CA002313081A patent/CA2313081A1/fr not_active Abandoned
- 1999-10-14 WO PCT/US1999/024157 patent/WO2000022774A1/fr active Search and Examination
- 1999-10-14 IL IL13674799A patent/IL136747A0/xx unknown
- 1999-10-14 DE DE69941958T patent/DE69941958D1/de not_active Expired - Lifetime
- 1999-10-14 EP EP99960133A patent/EP1038369A2/fr not_active Withdrawn
- 1999-10-14 AU AU12072/00A patent/AU1207200A/en not_active Abandoned
- 1999-10-14 WO PCT/US1999/024142 patent/WO2000022773A1/fr active Search and Examination
Non-Patent Citations (1)
Title |
---|
See references of WO0022496A2 * |
Also Published As
Publication number | Publication date |
---|---|
CA2312967A1 (fr) | 2000-04-20 |
IL136746A0 (en) | 2001-06-14 |
EP1125393A4 (fr) | 2001-12-19 |
DE69941958D1 (de) | 2010-03-11 |
CA2312967C (fr) | 2008-02-05 |
EP1038217A1 (fr) | 2000-09-27 |
AU1706700A (en) | 2000-05-01 |
IL136748A0 (en) | 2001-06-14 |
IL136745A0 (en) | 2001-06-14 |
WO2000022496A2 (fr) | 2000-04-20 |
ATE456103T1 (de) | 2010-02-15 |
EP1040616A1 (fr) | 2000-10-04 |
EP1125393A1 (fr) | 2001-08-22 |
AU1315100A (en) | 2000-05-01 |
WO2000022774A1 (fr) | 2000-04-20 |
AU1207600A (en) | 2000-05-01 |
EP1040616A4 (fr) | 2000-12-27 |
EP1125393B1 (fr) | 2010-01-20 |
WO2000022496A3 (fr) | 2000-07-06 |
IL136747A0 (en) | 2001-06-14 |
AU1207200A (en) | 2000-05-01 |
CA2312980A1 (fr) | 2000-04-20 |
CA2312981A1 (fr) | 2000-04-20 |
WO2000022773A1 (fr) | 2000-04-20 |
WO2000022510A1 (fr) | 2000-04-20 |
CA2313081A1 (fr) | 2000-04-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6941454B1 (en) | System and method of sending and receiving secure data with a shared key | |
KR100734162B1 (ko) | 공중/개인키 쌍들의 안전한 분배 방법 및 장치 | |
US6834112B1 (en) | Secure distribution of private keys to multiple clients | |
US8892881B2 (en) | Split key secure access system | |
EP1043864A2 (fr) | Système et procédé de distribution de documents | |
US7266705B2 (en) | Secure transmission of data within a distributed computer system | |
SE514105C2 (sv) | Säker distribution och skydd av krypteringsnyckelinformation | |
KR960701410A (ko) | 네트워크상의 사용자와 서버의 상호 확인을 제공하는 방법(method for providing mutual authentication of a user and a server on a network) | |
KR20090058496A (ko) | 저복잡도 장치들을 사용하여 인증 및 프라이버시를 제공하는 방법 및 장치 | |
US20080044023A1 (en) | Secure Data Transmission | |
GB2401014A (en) | Identifier based encryption method using an encrypted condition and a trusted party | |
EP1501238B1 (fr) | Méthode et système de distribution de clé comprenant une étape d'authentification et une de distribution de clé à l'aide de KEK (key encryption key) | |
EP1113617A2 (fr) | Procédé et dispositif de transfert du droit de déchiffrer des messages | |
EP1038369A2 (fr) | Systeme et procede permettant d'envoyer et de recevoir des donnees protegees a l'aide de cles anonymes | |
US11917056B1 (en) | System and method of securing a server using elliptic curve cryptography | |
EP1130843A2 (fr) | Système et procedé de transfer de droit de dechiffrer des messages dans un schema de décodage symmetrique | |
Reddy et al. | Data Storage on Cloud using Split-Merge and Hybrid Cryptographic Techniques | |
JPH0373633A (ja) | 暗号通信方式 | |
WO2023110148A1 (fr) | Transmission de données sécurisée | |
EP1111838A2 (fr) | Système et procédé de protection cryptographique de données | |
Mhatre et al. | Identity-Based Secure Data Storage Schemes | |
KR20060063918A (ko) | 디피-헬만 디지털 서명의 생성 및 확인 | |
JPH1141227A (ja) | 暗号データの期間制限付き解読方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE |
|
AX | Request for extension of the european patent |
Free format text: AL;LT;LV;MK;RO;SI |
|
17P | Request for examination filed |
Effective date: 20000929 |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
18D | Application deemed to be withdrawn |
Effective date: 20050503 |