S-63 (encryption Standard)
   HOME
*





S-63 (encryption Standard)
S-63 is an International Hydrographic Organization (IHO) standard for encrypting, securing and compressing electronic navigational chart (ENC) data. The Data Protection Scheme was prepared by the IHO Data Protection Scheme Advisory Group, and was based on the protection scheme developed and operated by Primar as part of providing their protected ENC service. ECC (Electronic Chart Centre) and United Kingdom Hydrographic Office were the original contributing organizations. The UKHO has since left this arrangement and Primar is now operated exclusively by ECC. The standard was adopted as the official IHO standard by the IHO member states in December 2002. The S-63 standard secures data by encrypting the basic transfer database using the Blowfish algorithm, SHA-1-hashing the data based on a random key and adding a CRC32 check. The standard also defines the systems to develop permit files that are delivered to end-users of ENC data enabling them to decrypt the data and use it for n ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Encrypting
In cryptography, encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. Ideally, only authorized parties can decipher a ciphertext back to plaintext and access the original information. Encryption does not itself prevent interference but denies the intelligible content to a would-be interceptor. For technical reasons, an encryption scheme usually uses a pseudo-random encryption key generated by an algorithm. It is possible to decrypt the message without possessing the key but, for a well-designed encryption scheme, considerable computational resources and skills are required. An authorized recipient can easily decrypt the message with the key provided by the originator to recipients but not to unauthorized users. Historically, various forms of encryption have been used to aid in cryptography. Early encryption techniques were often used in militar ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Electronic Navigational Chart
An electronic navigational chart or ENC is an official database created by a national hydrographic office for use with an Electronic Chart Display and Information System (ECDIS). An electronic chart must conform to standards stated in the International Hydrographic Organization (IHO) Publication S-57 before it can be certified as an ENC. Only ENCs can be used within ECDIS to meet the International Maritime Organization (IMO) performance standard for ECDIS. ENCs are available for wholesale distribution to chart agents and resellers from Regional Electronic Navigational Chart Centres (RENCs). The RENCs are not-for-profit organizations made up of ENC-producer countries. RENCs independently check each ENC submitted by the contributing countries to ensure that they conform to the relevant IHO standards. The RENCs also act collectively as one-stop wholesalers of most of the world's ENCs. IHO Publication S-63 developed by the IHO Data Protection Scheme Working Group is used to encryp ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

United Kingdom Hydrographic Office
The United Kingdom Hydrographic Office (UKHO) is the UK's agency for providing hydrographic and marine geospatial data to mariners and maritime organisations across the world. The UKHO is a trading fund of the Ministry of Defence (MoD) and is located in Taunton, Somerset, with a workforce of approximately 900 staff. The UKHO is responsible for operational support to the Royal Navy and other defence customers. Supplying defence and the commercial shipping industry, they help ensure Safety of Life at Sea (SOLAS), protect the marine environment and support the efficiency of global trade. Together with other national hydrographic offices and the International Hydrographic Organization (IHO), the UKHO works to set and raise global standards of hydrography, cartography and navigation. The UKHO also produces a commercial portfolio of ADMIRALTY Maritime Data Solutions, providing SOLAS-compliant charts, publications and digital services for ships trading internationally. History E ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Blowfish (cipher)
Blowfish is a symmetric-key block cipher, designed in 1993 by Bruce Schneier and included in many cipher suites and encryption products. Blowfish provides a good encryption rate in software, and no effective cryptanalysis of it has been found to date. However, the Advanced Encryption Standard (AES) now receives more attention, and Schneier recommends Twofish for modern applications. Schneier designed Blowfish as a general-purpose algorithm, intended as an alternative to the aging DES and free of the problems and constraints associated with other algorithms. At the time Blowfish was released, many other designs were proprietary, encumbered by patents, or were commercial or government secrets. Schneier has stated that "Blowfish is unpatented, and will remain so in all countries. The algorithm is hereby placed in the public domain, and can be freely used by anyone." Notable features of the design include key-dependent S-boxes and a highly complex key schedule. The algorithm Bl ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

SHA-1
In cryptography, SHA-1 (Secure Hash Algorithm 1) is a cryptographically broken but still widely used hash function which takes an input and produces a 160-bit (20-byte) hash value known as a message digest – typically rendered as 40 hexadecimal digits. It was designed by the United States National Security Agency, and is a U.S. Federal Information Processing Standard. Since 2005, SHA-1 has not been considered secure against well-funded opponents; as of 2010 many organizations have recommended its replacement. NIST formally deprecated use of SHA-1 in 2011 and disallowed its use for digital signatures in 2013, and declared that it should be phased out by 2030. , chosen-prefix attacks against SHA-1 are practical. As such, it is recommended to remove SHA-1 from products as soon as possible and instead use SHA-2 or SHA-3. Replacing SHA-1 is urgent where it is used for digital signatures. All major web browser vendors ceased acceptance of SHA-1 SSL certificates in 2017. In February ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Cryptographic Hash Function
A cryptographic hash function (CHF) is a hash algorithm (a map of an arbitrary binary string to a binary string with fixed size of n bits) that has special properties desirable for cryptography: * the probability of a particular n-bit output result (hash value) for a random input string ("message") is 2^ (like for any good hash), so the hash value can be used as a representative of the message; * finding an input string that matches a given hash value (a ''pre-image'') is unfeasible, unless the value is selected from a known pre-calculated dictionary (" rainbow table"). The ''resistance'' to such search is quantified as security strength, a cryptographic hash with n bits of hash value is expected to have a ''preimage resistance'' strength of n bits. A ''second preimage'' resistance strength, with the same expectations, refers to a similar problem of finding a second message that matches the given hash value when one message is already known; * finding any pair of different messa ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Cyclic Redundancy Check
A cyclic redundancy check (CRC) is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to digital data. Blocks of data entering these systems get a short ''check value'' attached, based on the remainder of a polynomial division of their contents. On retrieval, the calculation is repeated and, in the event the check values do not match, corrective action can be taken against data corruption. CRCs can be used for error correction (see bitfilters). CRCs are so called because the ''check'' (data verification) value is a ''redundancy'' (it expands the message without adding information) and the algorithm is based on ''cyclic'' codes. CRCs are popular because they are simple to implement in binary hardware, easy to analyze mathematically, and particularly good at detecting common errors caused by noise in transmission channels. Because the check value has a fixed length, the function that generates it is occasionally used as a ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Digital Signature Algorithm
The Digital Signature Algorithm (DSA) is a Public-key cryptography, public-key cryptosystem and Federal Information Processing Standards, Federal Information Processing Standard for digital signatures, based on the mathematical concept of modular exponentiation and the Discrete logarithm, discrete logarithm problem. DSA is a variant of the Schnorr signature, Schnorr and ElGamal signature scheme, ElGamal signature schemes. The National Institute of Standards and Technology (NIST) proposed DSA for use in their Digital Signature Standard (DSS) in 1991, and adopted it as FIPS 186 in 1994. Four revisions to the initial specification have been released. The newest specification isFIPS 186-4 from July 2013. DSA is patented but NIST has made this patent available worldwide royalty-free. A draft version of the specificatioFIPS 186-5indicates DSA will no longer be approved for digital signature generation, but may be used to verify signatures generated prior to the implementation date of th ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Electronic Chart Display And Information System
An Electronic Chart Display and Information System (ECDIS) is a geographic information system used for nautical navigation that complies with International Maritime Organization (IMO) regulations as an alternative to paper nautical charts. IMO refers to similar systems not meeting the regulations as Electronic Chart Systems (ECSs). An ECDIS system displays the information from Electronic Navigational Charts (ENC) and integrates position information from position, heading and speed through water reference systems and optionally other navigational sensors. Other sensors which could interface with an ECDIS are radar, Navtex, Automatic Identification Systems (AIS), and depth sounders. In recent years concerns from the industry have been raised as to the system's security especially with regards to cyber attacks and GPS spoofinattacks Application ECDIS provides continuous position and navigational safety information. The system generates audible and/or visual alarms when the ves ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


International Hydrographic Organization
The International Hydrographic Organization (IHO) is an intergovernmental organisation representing hydrography. , the IHO comprised 98 Member States. A principal aim of the IHO is to ensure that the world's seas, oceans and navigable waters are properly surveyed and charted. It does this through the setting of international standards, the co-ordination of the endeavours of the world's national hydrographic offices, and through its capacity building program. The IHO enjoys observer status at the United Nations, where it is the recognised competent authority on hydrographic surveying and nautical charting. When referring to hydrography and nautical charting in Conventions and similar Instruments, it is the IHO standards and specifications that are normally used. History The IHO was established in 1921 as the International Hydrographic Bureau (IHB). The present name was adopted in 1970, as part of a new international Convention on the IHO adopted by the then member nations. T ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

The Australian Regional ENC Center
''The'' () is a grammatical article in English, denoting persons or things that are already or about to be mentioned, under discussion, implied or otherwise presumed familiar to listeners, readers, or speakers. It is the definite article in English. ''The'' is the most frequently used word in the English language; studies and analyses of texts have found it to account for seven percent of all printed English-language words. It is derived from gendered articles in Old English which combined in Middle English and now has a single form used with nouns of any gender. The word can be used with both singular and plural nouns, and with a noun that starts with any letter. This is different from many other languages, which have different forms of the definite article for different genders or numbers. Pronunciation In most dialects, "the" is pronounced as (with the voiced dental fricative followed by a schwa) when followed by a consonant sound, and as (homophone of the archaic pron ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Australian Hydrographic Service
The Australian Hydrographic Service (formerly known as the Royal Australian Navy Hydrographic Service) is the Australian Commonwealth Government agency responsible for providing hydrographic services that meet Australia's obligations under the SOLAS convention and the national interest; enabling safe navigation, maritime trade and supporting protection of the marine environment. The agency, headquartered at the Australian Hydrographic Office in Wollongong, New South Wales, is an element of the Royal Australian Navy (RAN), and serves both military and civilian functions. The names Australian Hydrographic Service and the Australian Hydrographic Office are commonly abbreviated as AHS or AHO respectively. Role The Australian Hydrographic Service is an element of the RAN, and serves both military and civilian functions. The headquarters of the agency is at the Australian Hydrographic Office in Wollongong, New South Wales.Slade, in Oldham, ''100 Years of the Royal Australian Navy'', p. ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]