Skip to main content

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 secret

Revoking the key depends on the service being used.

Check for suspicious activity

Checking for suspicious activity depends on the service being used.

Details for Base64 private key elliptic

  • 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:

[]

Examples

LS0tLS1CRUdJTiBFQyBQUklWQVRFIEtFWS0tLS0tIFByb2MtVHlwZTogNCxFTkNS
WVBURUQgREVLLUluZm86IEFFUy0xMjgtQ0JDLEZDQjY2NjY1NDcyMjZCOTA4NDFF
MDkzMzVDOTdBMUEyCld1a3BBM0xTSTZzV2pKcUNPVG5hbHlTOURrZ3dLWWNVcWxZ
dllwVnNQUk54SUtvZVFHNm9URXVod01icnJ6djYgVEZHbzdZSkE1SkcrMHJaOUcx
d3VTT3lNZERCdW1TbkY2bzhpd1pmQnZYSlJzRDNtdytBR1p4OGxBbnd0bHluRSBq
Y0ZPQWtUa3o0TktpTmd5ZGlDekNNUXg4dmRsNVBWSVFCWWllZ0NHVDBvPSAtLS0t
LUVORCBFQyBQUklWQVRFIEtFWS0tLS0tCg==

Here's the decoded string:

-----BEGIN EC PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED DEK-Info: AES-128-CBC,FCB6666547226B90841E09335C97A1A2
WukpA3LSI6sWjJqCOTnalyS9DkgwKYcUqlYvYpVsPRNxIKoeQG6oTEuhwMbrrzv6
TFGo7YJA5JG+0rZ9G1wuSOyMdDBumSnF6o8iwZfBvXJRsD3mw+AGZx8lAnwtlynE
jcFOAkTkz4NKiNgydiCzCMQx8vdl5PVIQBYiegCGT0o=
-----END EC PRIVATE KEY-----

Details for Private key elliptic

  • 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-----

How can I help you ?