Sei sulla pagina 1di 19

Documentation

Index ASCII Table: 7-bit


ASCII Table Quick Links Ravi Kochhar
AudMat 7-bit Ascii table Dept. of Physiology
AudSDK Printable 7-bit Ascii table University of Wisconsin - Madison
Basement Blog
BC - Behaving Cat References April. 2008
COM Data Collection Feedback rev. 1.00, Apr. 8, 2008
COMA Data Analysis Technical Note no. 23
Correcting GW for phone
CSF format Introduction
DAFLIB
Data Schemas
If you're somewhat familiar with computers, then you know that all modern computers are "digital", i.e.
DCP - Introduction
DCP - Tech Notes internally they represent all data as numbers. In the very early days of computing (1940's), it became
DCP - Users Guide clear that computers could be used for more than just number crunching. They could be used to store and
DCPLIB manipulate text. This could be done by simply representing different alphabetic letters by specific
DSS-III Notes
DSS-III Prototype numbers. For example, the number 65 to represent the letter "A", 66 to represent "B", and so on. At first,
DSSLIB there was no standard, and different ways of representing text as numbers developed, e.g. EBCDIC (ref.
DSS3LIB 2).
DSS4LIB
DSS4FLIB
Effective SPL computation By the late 1950's computers were getting more common, and starting to communicate with each other.
EP - Evoked Potential There was a pressing need for a standard way to represent text so it could be understood by different
Error Codes models and brands of computers. This was the impetus for the development of the ASCII table, first
Falling Cost of Computing
published in 1963 but based on earlier similar tables used by teleprinters. After several revisions, the
FF - Free Field
Fortran and C/C++ mix modern version of the 7-bit ASCII table was adopted as a standard by the American National Standards
GWE - Waveform Editor Institute (ANSI) during the 1960's. The current version is from 1986, published as ANSI X3.4-1986 (ref. 1).
Local FAQs ACSII expands to "American Standard Code for Information Interchange".
Mathematical Formulae
Minicomps. & Neurophys.
MISLIB
Numerical Constants
If you've read this far then you probably know that around then (1960's), an 8-bit byte was becoming the
NUMLIB standard way that computer hardware was built, and that you can store 128 different numbers in a 7-bit
PIN - Edge/Notch number. When you counted all possible alphanumeric characters (A to Z, lower and upper case, numeric
PIN - Summary digits 0 to 9, special characters like "% * / ?" etc.) you ended up a value of 90-something. It was therefore
Probe Tube Correction
RA - Introduction decided to use 7 bits to store the new ASCII code, with the eighth bit being used as a parity bit to detect
RA - Tech Notes transmission errors.
RA - Users Guide
RAP - Users Guide Over time, this table had limitations which were overcome in different ways. First, there were "extended"
Rayleigh Test
SER - Search Stimulus or "8-bit" variations to accomodate European languages primarily, or mathematical symbols. These are
SERCOM - COM Search not "standards", but used by different computers, languages, manufacturers, printers at different times.
Signal Analysis Review Thus there are many variations of the 8-bit or extended "ascii table". None of them is reproduced here,
Simulating Free Space
but you can read about them in the references below (ref. 5).
STATPK - Introduction
STATPK - Tech Notes
STATPK - Users Guide By the 1990's there was a need to include non-English languages, including those that used other
Status Table Formats alphabets, e.g. Chinese, Hindi, Persian etc. The UNICODE representation uses 16 bits to store each
SysInfo
alphanumeric character, which allows for many tens of thousands of different characters to be stored or
Disclaimer displayed (ref. 3).

Even as these new standards are phased in, the 7-bit ASCII table continues to be the backbone of modern
computing and data storage. It is one of the few real standards that all computers understand, and
everything from e-mail to web browsing to document editing would not be possible without it. It is so
ubiquitous that the terms "text file" and "ascii file" have come to mean the same thing for most computer
users.

Back to Top

7-bit Ascii Table

The table that is reproduced below is the most commonly used 7-bit Ascii table. I have tried to transcribe
it as carefully as possible, but if you notice any errors please let me know so I can fix them. This is
provided for convenience, and should not be considered the official standard (which is available from
ANSI (ref. 4)).

Click here for a Printable version of this table

Decimal Octal Hex Binary Value


------- ----- --- ------ -----
000 000 000 00000000 NUL (Null char.)
001 001 001 00000001 SOH (Start of Header)
002 002 002 00000010 STX (Start of Text)
003 003 003 00000011 ETX (End of Text)
004 004 004 00000100 EOT (End of Transmission)
005 005 005 00000101 ENQ (Enquiry)
006 006 006 00000110 ACK (Acknowledgment)
007 007 007 00000111 BEL (Bell)
008 010 008 00001000 BS (Backspace)
009 011 009 00001001 HT (Horizontal Tab)
010 012 00A 00001010 LF (Line Feed)
011 013 00B 00001011 VT (Vertical Tab)
012 014 00C 00001100 FF (Form Feed)
013 015 00D 00001101 CR (Carriage Return)
014 016 00E 00001110 SO (Shift Out)
015 017 00F 00001111 SI (Shift In)
016 020 010 00010000 DLE (Data Link Escape)
017 021 011 00010001 DC1 (XON) (Device Control 1)
018 022 012 00010010 DC2 (Device Control 2)
019 023 013 00010011 DC3 (XOFF)(Device Control 3)
020 024 014 00010100 DC4 (Device Control 4)
021 025 015 00010101 NAK (Negativ Acknowledgemnt)
022 026 016 00010110 SYN (Synchronous Idle)
023 027 017 00010111 ETB (End of Trans. Block)
024 030 018 00011000 CAN (Cancel)
025 031 019 00011001 EM (End of Medium)
026 032 01A 00011010 SUB (Substitute)
027 033 01B 00011011 ESC (Escape)
028 034 01C 00011100 FS (File Separator)
029 035 01D 00011101 GS (Group Separator)
030 036 01E 00011110 RS (Reqst to Send)(Rec. Sep.)
031 037 01F 00011111 US (Unit Separator)
032 040 020 00100000 SP (Space)
033 041 021 00100001 ! (exclamation mark)
034 042 022 00100010 " (double quote)
035 043 023 00100011 # (number sign)
036 044 024 00100100 $ (dollar sign)
037 045 025 00100101 % (percent)
038 046 026 00100110 & (ampersand)
039 047 027 00100111 ' (single quote)
040 050 028 00101000 ( (left/open parenthesis)
041 051 029 00101001 ) (right/closing parenth.)
042 052 02A 00101010 * (asterisk)
043 053 02B 00101011 + (plus)
044 054 02C 00101100 , (comma)
045 055 02D 00101101 - (minus or dash)
046 056 02E 00101110 . (dot)
047 057 02F 00101111 / (forward slash)
048 060 030 00110000 0
049 061 031 00110001 1
050 062 032 00110010 2
051 063 033 00110011 3
052 064 034 00110100 4
053 065 035 00110101 5
054 066 036 00110110 6
055 067 037 00110111 7
056 070 038 00111000 8
057 071 039 00111001 9
058 072 03A 00111010 : (colon)
059 073 03B 00111011 ; (semi-colon)
060 074 03C 00111100 < (less than)
061 075 03D 00111101 = (equal sign)
062 076 03E 00111110 > (greater than)
063 077 03F 00111111 ? (question mark)
064 100 040 01000000 @ (AT symbol)
065 101 041 01000001 A
066 102 042 01000010 B
067 103 043 01000011 C
068 104 044 01000100 D
069 105 045 01000101 E
070 106 046 01000110 F
071 107 047 01000111 G
072 110 048 01001000 H
073 111 049 01001001 I
074 112 04A 01001010 J
075 113 04B 01001011 K
076 114 04C 01001100 L
077 115 04D 01001101 M
078 116 04E 01001110 N
079 117 04F 01001111 O
080 120 050 01010000 P
081 121 051 01010001 Q
082 122 052 01010010 R
083 123 053 01010011 S
084 124 054 01010100 T
085 125 055 01010101 U
086 126 056 01010110 V
087 127 057 01010111 W
088 130 058 01011000 X
089 131 059 01011001 Y
090 132 05A 01011010 Z
091 133 05B 01011011 [ (left/opening bracket)
092 134 05C 01011100 \ (back slash)
093 135 05D 01011101 ] (right/closing bracket)
094 136 05E 01011110 ^ (caret/circumflex)
095 137 05F 01011111 _ (underscore)
096 140 060 01100000 `
097 141 061 01100001 a
098 142 062 01100010 b
099 143 063 01100011 c
100 144 064 01100100 d
101 145 065 01100101 e
102 146 066 01100110 f
103 147 067 01100111 g
104 150 068 01101000 h
105 151 069 01101001 i
106 152 06A 01101010 j
107 153 06B 01101011 k
108 154 06C 01101100 l
109 155 06D 01101101 m
110 156 06E 01101110 n
111 157 06F 01101111 o
112 160 070 01110000 p
113 161 071 01110001 q
114 162 072 01110010 r
115 163 073 01110011 s
116 164 074 01110100 t
117 165 075 01110101 u
118 166 076 01110110 v
119 167 077 01110111 w
120 170 078 01111000 x
121 171 079 01111001 y
122 172 07A 01111010 z
123 173 07B 01111011 { (left/opening brace)
124 174 07C 01111100 | (vertical bar)
125 175 07D 01111101 } (right/closing brace)
126 176 07E 01111110 ~ (tilde)
127 177 07F 01111111 DEL (delete)

Back to Top

References

1. ASCII Wikipedia Page http://en.wikipedia.org/wiki/ASCII


2. EBCDIC Wikipedia page http://en.wikipedia.org/wiki/EBCDIC
3. UNICODE.org http://www.unicode.org/
4. ANSI.org http://www.ansi.org/
5. IBM/DOS Extended Ascii set http://telecom.tbi.net/asc-ibm.html
6. ASCII: A Brief Introduction http://www.bellevuelinux.org/ascii.html
7. A Brief History of Character Codes, by Steven Searle http://tronweb.super-
nova.co.jp/characcodehist.html
8. The debut of ASCII, by Mary
Brandel http://edition.cnn.com/TECH/computing/9907/06/1963.idg/index.html
9. A history of character codes, by Tom Jennings http://www.wps.com/projects/codes/
10. Bob Bemer's Home Page http://www.trailing-edge.com/~bobbemer/
11. ASCII Chart http://www.jimprice.com/jim-asc.shtml
12. ASCII Code, by Erik Ostergaard http://www.erikoest.dk/ascii0.htm
13. HTML ASCII http://www.efn.org/~gjb/asciidec.html
14. Extended ASCII chart http://www.cdrummond.qc.ca/.../ascii.htm
15. Unicode Tutorial http://www.hwacha.net/unicode
16. The Multilingual Web, by Gabe Bokor http://accurapid.com/./10intlweb.htm

Back to Top

Feedback
Please send feedback/suggestions/questions/complaints to the author via email,
at kochhar@physiology.wisc.edu
(This page last modified on Feb. 23, 2010)

Back to Top
Back to The Basement Computing Page
Back to The Basement

Please send questions, complaints or comments to rkochhar@wisc.edu

pengantar

Jika Anda agak terbiasa dengan komputer, maka Anda tahu bahwa semua komputer modern adalah "digital", yaitu secara internal mereka
mewakili semua data sebagai angka. Pada hari-hari awal komputasi (1940-an), menjadi jelas bahwa komputer dapat digunakan untuk lebih dari
sekedar angka-angka. Mereka dapat digunakan untuk menyimpan dan memanipulasi teks. Ini dapat dilakukan dengan hanya mewakili huruf
alfabet yang berbeda dengan angka tertentu. Misalnya, nomor 65 untuk mewakili huruf "A", 66 untuk mewakili "B", dan sebagainya. Pada
awalnya, tidak ada standar, dan cara berbeda untuk merepresentasikan teks ketika angka dikembangkan, mis. EBCDIC (ref. 2).

Pada akhir 1950-an komputer semakin umum, dan mulai berkomunikasi satu sama lain. Ada kebutuhan mendesak akan cara standar untuk
merepresentasikan teks sehingga dapat dipahami oleh berbagai model dan merek komputer. Ini adalah dorongan untuk pengembangan tabel
ASCII, pertama kali diterbitkan pada tahun 1963 tetapi berdasarkan tabel serupa sebelumnya yang digunakan oleh teleprinters. Setelah
beberapa revisi, versi modern dari tabel ASCII 7-bit diadopsi sebagai standar oleh American National Standards Institute (ANSI) selama 1960-an.
Versi saat ini adalah dari tahun 1986, diterbitkan sebagai ANSI X3.4-1986 (ref. 1). ACSII memperluas ke "Kode Standar Amerika untuk Pertukaran
Informasi".

Jika Anda sudah membaca sejauh ini maka Anda mungkin tahu itu sekitar (1960-an), byte 8-bit menjadi cara standar perangkat keras komputer
dibangun, dan bahwa Anda dapat menyimpan 128 angka berbeda dalam angka 7-bit. Ketika Anda menghitung semua karakter alfanumerik yang
mungkin (A hingga Z, huruf besar dan kecil, angka numerik 0 hingga 9, karakter khusus seperti "% * /?" Dll.), Anda mendapatkan nilai 90-sesuatu.
Oleh karena itu diputuskan untuk menggunakan 7 bit untuk menyimpan kode ASCII baru, dengan bit kedelapan digunakan sebagai bit paritas
untuk mendeteksi kesalahan transmisi.

Seiring waktu, tabel ini memiliki keterbatasan yang diatasi dengan cara yang berbeda. Pertama, ada variasi "extended" atau "8-bit" untuk
mengakomodasi bahasa Eropa terutama, atau simbol matematika. Ini bukan "standar", tetapi digunakan oleh komputer yang berbeda, bahasa,
produsen, printer pada waktu yang berbeda. Jadi ada banyak variasi dari "ascii table" 8-bit atau diperpanjang. Tidak ada satupun yang
direproduksi di sini, tetapi Anda dapat membacanya di referensi di bawah ini (ref. 5).

Pada 1990-an ada kebutuhan untuk memasukkan bahasa non-Inggris, termasuk yang menggunakan huruf lain, mis. Mandarin, Hindi, Persia, dll.
Representasi UNICODE menggunakan 16 bit untuk menyimpan setiap karakter alfanumerik, yang memungkinkan puluhan ribu karakter berbeda
untuk disimpan atau ditampilkan (ref. 3).

Bahkan ketika standar baru ini bertahap, tabel ASCII 7-bit terus menjadi tulang punggung komputasi modern dan penyimpanan data. Ini adalah
salah satu dari sedikit standar nyata yang dipahami semua komputer, dan segala sesuatu mulai dari e-mail hingga penjelajahan web hingga
pengeditan dokumen tidak akan mungkin tanpa itu. Ini sangat umum dimana istilah "file teks" dan "file ascii" memiliki arti yang sama untuk
sebagian besar pengguna komputer.

Kembali ke atas

7-bit Ascii Table

Tabel yang direproduksi di bawah ini adalah tabel Ascii 7-bit yang paling umum digunakan. Saya telah mencoba menyalinnya dengan hati-hati,
tetapi jika Anda melihat ada kesalahan, beri tahu saya agar saya dapat memperbaikinya. Ini disediakan untuk kenyamanan, dan tidak boleh
dianggap sebagai standar resmi (yang tersedia dari
We have lost our patience after p69. Any doc or rtf philez sent as

submission will be immediately dropped on pastebin, text only please and

for vim users (:set textwidth=75).

As you probably know, the release time of your submissions does not depend

on other submissions. In other words: if you want a fast release of your

tech paper, we can totally include it in the paper feed (if it's good

enough, haha).

Since the introduction of the paper feed feature, your submission has four

possible outcomes:

1. The article is accepted, it can be published in the paper feed if

you want. Congratz.

2. The article is accepted, but will be published in the final release.

If you decide to contribute to PWN or linenoise (lul), this will be

the case. Nice one.


3. The article is not *yet* suitable for PHRACK but nonetheless would

be with additional work. A Phrack Staff reviewer is assigned to help

you to improve your paper. After improving it, it will be included

in the paper feed or in the final magazine.

4. The article is rejected. Please "back your article" and submit to

Hakin9 ;>

You will be notified via email of to the outcome of your submission

shortly after the close of this CFP. Exceptionally good submissions may

still be accepted _after_ the end of the CFP.

For your numerous submissions, please use our public key below.

-----BEGIN PGP PUBLIC KEY BLOCK-----

Version: PHRACK
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

2tTJXfcKIpxZ

=/S9s

-----END PGP PUBLIC KEY BLOCK-----

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Translate : Kami kehilangan kesabaran setelah p69. Setiap dokumen atau rtf philez dikirim sebagai

pengajuan akan segera dijatuhkan pada pastebin, harap SMS saja dan

untuk pengguna vim (: atur textwidth = 75).

Seperti yang mungkin Anda ketahui, waktu rilis kiriman Anda tidak tergantung

pada kiriman lainnya. Dengan kata lain: jika Anda ingin rilis cepat

kertas teknologi, kita benar-benar dapat memasukkannya ke dalam umpan kertas (jika itu bagus

cukup, haha).

Sejak pengenalan fitur umpan kertas, kiriman Anda memiliki empat

hasil yang mungkin:

1. Artikel diterima, dapat diterbitkan dalam kertas jika

kamu ingin. Selamat.

2. Artikel diterima, tetapi akan diterbitkan dalam rilis final.

Jika Anda memutuskan untuk berkontribusi ke PWN atau linenoise (lul), ini akan menjadi
kasus. Bagus

3. Artikel ini * belum * cocok untuk PHRACK tapi tetap saja

bersama pekerjaan tambahan. Peninjau staf Phrack ditugaskan untuk membantu

Anda meningkatkan kertas Anda. Setelah memperbaikinya, itu akan dimasukkan

dalam umpan kertas atau di majalah akhir.

4. Artikel ini ditolak. Silakan "kembali artikel Anda" dan kirimkan ke

Hakin9;>

Anda akan diberitahu melalui email tentang hasil kiriman Anda

tak lama setelah penutupan CFP ini. Pengiriman yang sangat bagus mungkin

masih diterima _ akhir_ akhir CFP.

Untuk banyak pengiriman Anda, silakan gunakan kunci publik kami di bawah ini.

----- BEGIN PGP PUBLIC KEY BLOCK -----

Versi: PHRACK
mQINBFM + oeYBEADMTNkOinB / 20s5T9Oo3eG39RaE6BQjgegag6x3DxIPQktLdT9L

vsC8OH0ut4KKx8iva62BxNMr8Y24cpMIG0mBgGxDn9U6TaexmhgeTKGZWaS / 61Ew

EfgG4QSzQTj2soX9g6uo5HTRnl7cYPUsVRO7NIbNj15F9O6Q1xmnhSs79pyiqQ7 /

uNgZJrNXY2ksd1jbfxUsHzV9KY7YjqVmUJEEHA6IHfmjwJ6E5accmHK + Q1RrPJL3

SafFFOlnvtZLW62ZMsEc5H8TsKl73E3fv2jHLkNIGO9mrmfLgBwM / KkuRy4WQVzL

TsgiRGLYKIbgPAFskbYdmH7elWBoUWA7YDw6yXZnysqL0St / g2 / vYhVOVcGT9gKV

oTBNGSKDhvfMGSj8lphDOUIshuFkCWGX7XyI5KWPfgDdCTm6I + JPhrTfmrLfDi6V

GSLgX6r8Yulz0clChZlFBgKCmveI + KnCPj3k96pXcyenA9dR2GDQuCUjHSg4lYlp

OTDS7bPXE4KbPNKDFgwHFRJ7oATbzS7hMkLkDnRNEMxAPcZ0EXkEQQmHUHG4tLty

aAuE8vqC4eamd6Jz5GsSz8BK5FzsY0Wr0bK5L9TfkSyaIsAkRuFlI6OEYRfLxIwl

qkgxz0opRCr19V0bZ9UQWcnnQ / JwFc8Iq1Eazj4bWpDAQbvtx5uf + 43CEwARAQAB

tB9QaHJhY2sgU3RhZmYgPHN0YWZmQHBocmFjay5vcmc + iQI9BBMBCAAnAhsDBQsJ

CAcDBRUKCQgLBRYCAwEAAh4BAheABQJc0RZiBQkS + HX3AAoJEPuBHb1p2hqMeZ0P

/ RZGLcOlkm8m7XYotQgt2 / MasBd6H0sLGV57zOW / AHMpQwYwIJIStMjqvMtWU / EH

s2MF5CvB4dRVGhbyi2WnZ6TMvTiQOF4a5pthnr / rIhLcZeCRFZwew5gLvKUwOdgv

aQu34VJsUluUYJzV13PNMW5uMJZVMUuwF6aJh9Xf12r9 / eZ8VMLnvgblt7Ubrp0M

4 / XTlVOfrBf6EUt38eUQGfipV3nf52saBBL + KU0BderYf8ICI2vgjEkmRe2bO4Cm
ubjqG6vjXMSpNEoFJD9Sm3H9JXiXkIi8kJGZC2s1I2JPEtIpSmbALOK2G0x / ay8 /

iNBLnrRj4mmWUNvMjH + fPw0Fdcj8n0L082N2E2eeBBIqLb3Uqk5QFq5bD8yAZ1yM

DSk + 7qFTap5D / V4vy5EXkzQN16qWuIIPOW6zg4 / gPL2Fs2V8UP4RS5qDfSaPBswG

yJOJMhoIc6Oom2VD679YAGNQEDuTtC3VuFjGM6rpWQWQBYw4Gr3 + 9UqbSJNd + k9e

AfKyALpdkZ5puoYjxrn / Q845mTxU91fB90mEBPY8AP65YtCoUFArzpqOkht1BYYv

xAW7TZeFHINeLITnmMuMe + LxQxIq / mVmQrn2Jx / IfQWU84YzEeajQyQvOQCpLFKo

Rl5KTVrNBfQIpDJo7tSdmf5vYZV / OnZq3b / aaXWmzkaVuQINBFM + oeYBEAC1ciFl

0fCB5p1LDlIy / emTYiUccoRXA5cqbULshyFyBEJSpfI16yK / AkVmUe40L7Y44qwF

HMereGmiMH10CpzE28YiJx + bYsrg32tHErczEs2xtsO4gnGTgJf + 1VVtICaoAobr

g0xUAcsevW + 10lJtlo2BRDL9mldO4efeAvC9AlX76SgiTCT6LTXUMrNgtnW2HKbI

IZuOHdZAFKmh6NNmUb0ITK47Y4ZZ3wwCYJDiQ + KOjnWEuIwkG + YowflIbZYjB / 7b

EZNs26SpWwNHw0XbP9JhyG1JKFauN72YI9 / NSUAZmu6pAMy / JNCDfw2rChk + 63Q1

mtTNXa13lpb8zRi0cBHEPSibIryyqhabe5dzrucD79ekKfp6m4Ts9B3nL313RHAe

z0ByRSuC / iDjyC5tYc3LH / aR + zFkmz50nV6Cwk0Of1TJ9UBi7kMSSvnZ + gCRabtU

D7cjq3TtraAicUs2yr0YdCiGHU71KGAMwhQIKZ7IxqUcVwDNTxd3wSVeC6GdRph4

5htgIWY3GTw7sjMdkFtZK8QsnmfCuIm + GYGiDqT63lpsBwle0KG3GgvU29OZD91G

323jsXHK + tw4Dvx2lpGfZ + 1lNxFZWhLvSjllkNRtkBHOA5BKYOC9EaPktKdq25Ou

POuw3j ++ iFd3fNqlebQKC4luCp9AG / BfvjM2EwARAQABiQIlBBgbCAAPBQJTPqHm


AhsMBQkJZgGAAAoJEPuBHb1p2hqMke8P / 0 + O0WYVhBOuzi4V1KBuVZW1CeWNngM /

dEugOZn4GX + MdMPiVuM34LAxcZUWfdhLs1ebsGOKcUSn + aa6xYfotnhWGxxWUoRs

vgtRa7oDKXAEp2 / b6QbXUPlK1htrK7kQtdvzqAVktKzWUp8XJxLSMOaN0B6ocS2p

vL2cFs5TPApHvaK0GvmtaC / REcRTgctey0EPzFaCsMAZ3Pxc9b + 2rhMYozSkhs0O

gga / EfvhF5 + LmB9mtFKGjomrUX7IPwUJ3RPuPZ63MTLqkZLtX833xx1aN4r / u5mD

3KI3rSgrtvDx7zBk0AnN9t9pI5WtEmK7vs1PhDJ + 3TIG4Y8cL1u7U91 / BE2CdoRB

yHGmJZ5vcmhCbQVWHIqXFw5V9FVjN3ZehmwtQTGkBThgvA4WKOD03Q9DtJKMoPgz

tiukTPBE4ez8zj5vR5SoR3fCWCUBJD + jBKyB + N + KAWUVsnwFKe07dsEAb2Gm6 / aF

APChjN9MGeDV0JQR85w7wdGGtDVCNk / Rpg7JMbTgrKB3R1LERbjsOQG3 + UeWwUWS

PGccf30uvPcpEVj6SFl78 / OjL / xsZYn2 + gOGvwChg2UzYJ53r04aPVFyAU4bt8QO

uH6Xyl34RAPjnQdQwMWmwTIv97lJaGU / KCW + RAxXX4iPLXN7GaVZRxQIwYAS4NSP

2tTJXfcKIpxZ

= / S9s

----- END PGP PUBLIC KEY BLOCK -----

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<<<<<<<<<<<

Potrebbero piacerti anche