Elliptic Curve Private Key
#
Description#
General- Summary: The elliptic-curve cryptography (ECC) algorithm can be used to authenticate to services. It works with a public and private key set. The client uses the private key to authenticate to the service that has the public key. Only the private key is sensitive. The public key is not sensitive and can be distributed freely. More details about cryptographic keys can be found in this FAQ.
#
Revoke the secretRevoking the key depends on the service being used.
#
Check for suspicious activityChecking for suspicious activity depends on the service being used.
Base64 private key elliptic
#
Details for Family: PrivateKey
Category: Private key
High recall: True
Validity check available: False
Minimum number of matches: 1
Occurrences found for one million commits: 4.83
Prefixed: True
PreValidators:
[]
#
ExamplesLS0tLS1CRUdJTiBFQyBQUklWQVRFIEtFWS0tLS0tIFByb2MtVHlwZTogNCxFTkNSWVBURUQgREVLLUluZm86IEFFUy0xMjgtQ0JDLEZDQjY2NjY1NDcyMjZCOTA4NDFFMDkzMzVDOTdBMUEyCld1a3BBM0xTSTZzV2pKcUNPVG5hbHlTOURrZ3dLWWNVcWxZdllwVnNQUk54SUtvZVFHNm9URXVod01icnJ6djYgVEZHbzdZSkE1SkcrMHJaOUcxd3VTT3lNZERCdW1TbkY2bzhpd1pmQnZYSlJzRDNtdytBR1p4OGxBbnd0bHluRSBqY0ZPQWtUa3o0TktpTmd5ZGlDekNNUXg4dmRsNVBWSVFCWWllZ0NHVDBvPSAtLS0tLUVORCBFQyBQUklWQVRFIEtFWS0tLS0tCg==
Here's the decoded string:
-----BEGIN EC PRIVATE KEY-----Proc-Type: 4,ENCRYPTED DEK-Info: AES-128-CBC,FCB6666547226B90841E09335C97A1A2WukpA3LSI6sWjJqCOTnalyS9DkgwKYcUqlYvYpVsPRNxIKoeQG6oTEuhwMbrrzv6TFGo7YJA5JG+0rZ9G1wuSOyMdDBumSnF6o8iwZfBvXJRsD3mw+AGZx8lAnwtlynEjcFOAkTkz4NKiNgydiCzCMQx8vdl5PVIQBYiegCGT0o=-----END EC PRIVATE KEY-----
Private key elliptic
#
Details for Family: PrivateKey
Category: Private key
High recall: True
Validity check available: False
Minimum number of matches: 1
Occurrences found for one million commits: 36.37
Prefixed: True
PreValidators:
- type: ContentWhitelistPreValidator patterns: - '-----begin ec private key-----'
#
Examples- text: > -----BEGIN EC PRIVATE KEY----- Proc-Type: 4,ENCRYPTED DEK-Info: AES-128-CBC,FCB6666547226B90841E09335C97A1A2
WukpA3LSI6sWjJqCOTnalyS9DkgwKYcUqlYvYpVsPRNxIKoeQG6oTEuhwMbrrzv6 TFGo7YJA5JG+0rZ9G1wuSOyMdDBumSnF6o8iwZfBvXJRsD3mw+AGZx8lAnwtlynE jcFOAkTkz4NKiNgydiCzCMQx8vdl5PVIQBYiegCGT0o= -----END EC PRIVATE KEY-----