仮想通貨に関する用語集(CRYPTO GLOSSARY) K行

This article can be read in about 16 minutes.

glossaries

暗号通貨の専門用語に取り残されていると感じていませんか? 明確でわかりやすい説明で、Web3 の世界をシンプルにしましょう。

当サイトは、シンプルな暗号通貨の定義で暗号通貨とブロックチェーンの「A から Z」までをナビゲートするのに役立ちます。

暗号通貨の用語の意味を一緒に解明し、プロのように Web3 について話す準備をしましょう。

Do you feel left behind by all the crypto terminology?

Let’s simplify the world of web3 with clear and easy-to-understand explanations.

This site helps all readers navigate the ‘A to Z’ of cryptocurrency and blockchain with simple crypto definitions.

Let’s demystify the meaning behind crypto terminologies together and get ready to talk web3 like a pro with us.


A B C D E F G H I J
K L M N O P Q R S T
U V W Y Z

Sponsor

Keylogger

A keylogger is a tool deployed by hackers to record keystrokes and access sensitive data from a victim’s computer. In the crypto industry, cybercriminals often use it as an instrument to steal important information.

What is a Keylogger in Crypto?

A keylogger, also called a keystroke logger, is a hardware device or a software program that monitors and records the keystrokes pressed by someone on a computer.

Hackers use keyloggers to steal confidential details like private keys, passwords, bank details, browsing history, etc.

There are two types of keyloggers: hardware and software. Hardware keyloggers connect to the computer through a cable, wire, USB port, or built-in device (like a chip).

They sometimes have a camera that captures keystrokes or a USB device that sends malware to the victim’s computer to track all information.

Software keyloggers are software programs that are installed in the victim’s computer to collect data and screenshots. Often difficult to detect, software keyloggers can be in web forms or APIs.

How to Avoid a Cyber Attack From Keyloggers

Here are a few ways to protect against keylogging attacks:

・Use a hardware or cold wallet to keep your digital assets safe; cold wallets are offline, and therefore not connected to the internet.

・Use a trusted antivirus software or anti-keylogger to detect any keylogging activity on your device.

・Avoid opening suspicious links and attachments, or downloading suspect files.

・Enable two-factor authentication (2FA) and OTPs (one-time passwords) for accessing exchange accounts and wallets, or to conduct transactions.

・Keep your operating system, anti-malware, and other software applications up to date.

Know Your Customer (KYC)

KYC or “Know Your Customer” is a procedure used within financial institutions to confirm their customers’ identities and prevent fraudulent activity.

What is Know Your Customer in Crypto?

Know Your Customer is an anti-money laundering (AML) due-diligence regulation.

As with traditional financial institutions, it is mandatory for many crypto service providers. These regulations are designed enable transactions to be tied to customers’ real-world identities, in an effort to detect and mitigate tax evasion, terrorist financing, and prevent other financial crimes.

KYC is a common protocol in investment firms, insurance agencies, banks, and other financial institutions to ensure that all customer information and data is genuine.

KYC policies are also important to verify whether a customer is involved in any fraudulent activity.

What KYC Information is Required?

The main objective of KYC is to prevent crypto for being used to facilitate illicit activities, or launder money.

Although some crypto exchanges allow their customers to open an account without going through the KYC process, these accounts will be highly restricted until they complete their verification process.

They limit the amount that customers can deposit, and may restrict them from purchasing assets or withdrawing funds.

The KYC process may vary depending on the exchange, but in general, an exchange will ask for details, including:

・Customer name

・Social Security number

・Account number

・Date of birth

・Residential address (proof of residency)

・Electronic identity verification

・Government-issued ID cards such as passports, driver’s licenses, utility bills, etc.

The exchange validates this information from official databases and assesses whether they are in compliance with the KYC measures.

They will also assess if the customer has a high-risk or low-risk profile, or is involved in any corruption or criminal activity.

They will also screen a customer to see if they are:

・A politically exposed person (PEP)

・Involved in adverse media (negative or unfavorable news)

・Part of international sanctions.

What is the Point of KYC in Crypto?

Most cryptocurrencies are unregulated assets and do not fall under the jurisdiction of any centralized authority, banks, or AML restrictions.

Crypto transactions are anonymous and fast, making it easier for bad actors to engage in money laundering schemes.

KYC procedures help limit these criminal activities, prevent scams, and boost user confidence in crypto as a whole by ensuring that crypto exchanges are safe places for financial transactions.

Benefits of KYC in Crypto

The benefits of KYC regulations include:

・Ensure compliance for platforms – KYC procedures help businesses and financial organizations comply with state legislations and international norms, reducing legal disputes and risks.

・Build customer trust and transparency– Many crypto exchanges are still unregulated and can facilitate nefarious activities. KYC processes largely prevent this and help build trust.

・Enhance market stability – Identity verification secures transactions to support stability in the market.

・Safeguard reputation – By evading criminal activities, organizations can protect their funds, prevent damages, and protect their reputation in the market.

・Curb money laundering cases – The crypto market reported a 30% hike in money laundering from 2020 to 2021.

KYC is an important preventive measure that crypto exchanges can undertake to curb money laundering.

Risks of KYC in Crypto

Cryptocurrencies are a part of the decentralized economy, and any regulation compels them to remain under the control of a regulatory authority.

KYC also affects anonymity, as customers must share their personal information with a centralized authority.

Identity verification is time-consuming and can delay transactions and other financial activities.

Moreover, it also provides an opening for hackers to steal customers’ personal information from exchange databases.

Known Plaintext Attack

A known plaintext attack is a type of cyber attack where the bad actor has access to encrypted data and its corresponding plaintext.

What Is a Known Plaintext Attack?

A known-plaintext attack or attempt (KPA) is a type of cryptographic attack where an attacker has access to both the ciphertext and the plaintext (called crib) of data.

This plaintext-ciphertext pair allows the attacker to compare and analyze the pair in an attempt to retrieve the secret key or encryption method.

What’s more, retrieving the secret keys allows the attackers to decode other messages encrypted using the same keys or encryption technique.

In other words, the attackers try to reverse engineer the encryption algorithm by analyzing the relationship between the known pair and trying to match the plaintexts with their ciphertext counterparts.

How Does KPA Work?

In KPA, the attacker collects pairs of the crib and the matching ciphertext from data leaks or intercepted communications.

Technically speaking, having access to even a single plaintext-ciphertext pair is enough for a bad actor to exploit the weaknesses of an encryption algorithm.

Of course, the more pairs the actor acquires, the higher their chances of discovering the secret key and encryption method.

The bad actor then compares the plaintext characters or letters with corresponding ciphertext letters to understand how each plaintext character is transformed into a different character in the ciphertext.

After this analysis, the actor guesses the cipher or determines the encryption method based on the changes between the plaintext characters and their corresponding ciphers or positioning.

The attacker then uses the pattern they’ve figured out to decode other parts of the message or other messages encrypted using the same keys or encryption technique.

For example, consider a simple Caesar cipher, which shifts each letter by a fixed number of positions. If the bad actor knows the crib “HELLO” as well as the corresponding cipher “KHOOR,” the attacker can deduce the key by shifting each letter by three positions.

Techniques Used to Exploit KPA

Attackers can exploit KPA in three ways – frequency analysis, pattern matching, and statistical analysis.

・Frequency analysis – In frequency analysis, the attacker compares the frequency of characters in the plaintext-ciphertext pair, allowing the attacker to replace each character with a specific one. For example, “e” is the most frequent letter in English text. An attacker can suspect a recurring character in the ciphertext to correspond to “e” in plaintext. The attacker can use this little information to recover the key or crack the rest of the data.

・Pattern matching – This involves the attacker identifying recurring patterns in the pair. If there’s consistency in a specific sequence of characters in the plaintext-ciphertext pair, they can identify the trend and use the pattern to figure out the encryption technique.

・Statistical analysis – This involves analyzing the distribution of characters and other statistical properties. The bad actor applies statistical methods to establish a likely pattern within the ciphertext based on the known crib.

Crypto Exchanges Affiliated with This Site

現物仮想通貨取引所最大レバレッジ
(証拠金取引の場合)
取扱通貨数取引手数料会社所在国特徴公式サイト
Bybit最大100倍300種類以上・メイカー手数料:-0.025%
・テイカー手数料:0.075%
シンガポール
ドバイ
・日本人向けのサポートが充実している
・サイトが使いやすい
・サーバーが強い
・取引手数料がマイナスである点
・MT5で仮想通貨FXの取引が可能
・クレジットカード決済で仮想通貨を購入可能
・コピートレード可能
・15億ドル相当のETHハッキングされたが、迅速に対応し顧客の資金を守った
・MNT(Mantle)という独自のトークンを発行
Bitget・最大125倍 (先物)
・最大10倍 (現物)
840種類以上・現物取引: 0.1% (BGB払い: 0.08%)
・先物取引: メイカー0.02%、テイカー0.06%
シンガポール・豊富な銘柄がラインナップ
・充実した資産運用ツール
・独自トークンBGB
・先物取引量は世界トップクラス
・責任準備金の保護基金
・高いセキュリティ
・複数国で金融ライセンス取得
・コピートレード機能
・元本保証型の投資商品
・レバレッジ取引
MEXC最大200倍2000種類以上・現物取引: メイカー0.05%、テイカー0.05%無料
・先物取引: メイカー0.01%、テイカー0.04%
*MXトークンを保有すると、取引手数料が大幅割引!

招待コード:mexc-fxcfdlabo
を入力すると、
現物取引手数料キャッシュバック:10.00%、
先物取引手数料キャッシュバック:10.00%
もらえます。
シンガポール・約3,000種類以上の取扱銘柄
・アルトコインの取り扱い数が業界随一
・レバレッジが最大200倍
・豊富なサービスを展開
・セキュリティ対策に力を入れている
・新作の仮想通貨の上場スピードが速い
・様々な言語を使った丁寧なサポート
・キャンペーンやボーナスが豊富
・独自通貨のMXをお得に活用できる
・コピートレードあり
・ミームコインのいち早く上場する傾向がある
CoinW最大200倍350以上・先物取引手数料

メイカー手数料: 0.04%
テイカー手数料: 0.06%

・現物取引手数料

メイカー手数料: 0.2%
テイカー手数料: 0.2%
英領ヴァージン諸島

シンガポール
・現物取引、先物取引、ETF取引が可能
・コピー取引が可能
・カスタマー対応が丁寧
・会員登録でボーナスがもらえる
・ネイティブトークン「CWT」保有で手数料などが優遇される
・ローンチパッドに参加できる
・CoinW カードを発行
・ノーリスクでプロップトレード(プロップW)ができる
・当サイト限定でキャッシュバック5%もらえる
CoinEX最大100倍540種類以上・現物取引最低手数料0.1000%

・CET控除を開始した取引最低手数料0.0700%

・レバレッジ1日当り利息最低手数料0.500%

・契約取引最低手数料 Maker 0.0200%,
Taker 0.0400%
香港、エストニア、
サモア、
セーシェル、米国など
・Automated Market Making(流動性マイニング)のペアが豊富
・様々な言語を使った丁寧なサポート
・キャンペーンやボーナスが豊富
・独自通貨のCEXをお得に活用できる
・コピートレードあり
・取引コンテストを頻繁に実施
・新規登録者100USDプレゼント
・当サイト限定で取引手数料の10%をキャッシュバック
FXGT1000倍60通貨ペアこちらを参照
セーシェル共和国
キプロス
・最大レバレッジが1000倍
・仮想通貨銘柄だけでも50通貨ペア以上取引できる
・豪華なボーナスキャンペーンがある
・MT4/MT5が使える
・仮想通貨での入出金に対応している
・ゼロカットシステムがある
・両替機能で現物仮想通貨を保有可能
bitflyer2倍37銘柄約定数量 × 0.01 ~ 0.15%

(単位: BTC, ETHなど)
日本・販売所/取引所
・bitFlyer Crypto CFD
・bitFlyer かんたん積立
・bitFlyer クレカ
・アンケートやサービス利用でビットコインをもらう
・Braveブラウザ連携
・ハッキングされたことがない

Cryptos


(FXブローカーbigbossが運営)
1倍BTCUSDT
ETHUSDT
EXCUSDT
RSVCUSDT
BXCUSDT
BTCJPY
ETHBTC
XRPJPY
ETHJPY
EXCUSD
USDTJPY
BBCUSDT
BBCJPY
Taker: 約定数量の0.1~0.2%


Maker: 約定数量の0.09~0.18%
Seychelles・BigBossのFXアカウントとシームレスに利用可能
・快適な動作スピード
・他では取引できないユニークなトークンBBCが取引可能
・多数のペイメントゲートウェイと連携!ウォレットとしても利用できる



仮想通貨取引ができるe-wallet
BXONEなし(仮想通貨wallet)BTC
ETH
XRP
USDT(ERC20)
USDC(ERC20)
LTC
両替手数料は1.5%~3%
(計測した結果)
サモア独立国◆取扱法定通貨:USD、EUR、JPY
 3種類のFIATに対応しています。

◆取扱仮想通貨:BTC、ETH、USDT(ERC20) 等の主要通貨
 BTC、ETH、XRP、LTC※、USDT(ERC20)、USDC(ERC20)の計6通貨を取り扱っています。
 ※LTCは入出金不可です。両替し保有することが可能です。

◆銀行振込:入出金可能
 国内外の銀行口座から簡単に送金できて、仮想通貨の購入も可能です。
 入金した仮想通貨を法定通貨へ両替し、銀行口座へ出金することも可能です。

◆24時間交換:仮想通貨⇔法定通貨
 オンラインでいつでも取引が可能です。

◆コールドウォレット
利用者の資産はコールドウォレットで管理し、二段階認証を用いてセキュリティ対策も万全です。

※すべての取引を行うには本人確認書類(kyc)の提出が必要です。


SticPayなし(仮想通貨wallet)・BTC
・USDT (TRC20)
・LTC
・MATIC
・NESS
出金手数料

・Ethereum, Litecoinの出金には1%の手数料
・Bitcoinの出金には1.2%+3ドルの手数料。
・仮想通貨送金の処理に1.8%の手数料
イギリス・国際電子決済サービス
・多くの国際通貨に対応
・内部振替機能を搭載
法定通貨⇆法定通貨
法定通貨⇆仮想通貨
仮想通貨⇆仮想通貨
当サイトと提携している仮想通貨取引所です。

仮想通貨取引をするとき、資産を増やすためには、仮想通貨だけでなく、FXCFD取引を行う必要性も出てきます。

仮想通貨に話題性がない時、いわゆる仮想通貨の冬の時代が続くときは、仮想通貨の時価総額が下がり、値動きがしない状態が続くからです。取引も合わせて、現物仮想通貨を保有し、しっかりと資産を増やしていきましょう。

将来、お金持ちになるには0.01BTC保有すればいいだけです。

現在10万ドル以上の資産を持つ残りの5億9000万人は、結果として大人1人あたり0.01BTCしか購入することができない。

将来はこの0.01BTCが持てるかどうかが富裕層の分かれ目となる。

0.01BTCを保有すれば、世界において13%の上位保有者に入る。法定通貨とビットコイン市場の相対的な富の集中度を比較すると、ビットコインのトップ13%の中にいることは、法定通貨での資産トップでいることと同じ価値を持つ。

Hardwallet Affiliated with This Site

HardwalletPriceSupported CoinsFeaturesOfficial Site
Ledger13,499JPY~Over 5,500 cryptocurrencies
Bluetooth connectivity
high security
multi-coin
NFT support
Portable design
USB-C support
Time-tested durability
Multi-chain support


コメント(Comment)

Copied title and URL