0.4.0 • Published 5 days ago

@requestnetwork/epk-decryption v0.4.0

Weekly downloads
101
License
MIT
Repository
github
Last release
5 days ago

@requestnetwork/epk-decryption

Ethereum Private Key Decryption Provider.

@requestnetwork/epk-decryption is a typescript library part of the Request Network protocol.

Implementation of the decryption provider from the private keys. The decryption provider is used to make decryption in the Request Network Protocol (e.g.: see Transaction Manager).

It uses the Request Network Protocol concept of Identity described in the request logic specification.

Installation

npm install @requestnetwork/epk-decryption

Usage

import { EncryptionTypes, IdentityTypes } from '@requestnetwork/types'

import EthereumPrivateKeyDecryptionProvider from '@requestnetwork/epk-decryption'

const decryptionParametersExample: EncryptionTypes.IDecryptionParameters = {
  key: '0xc87509a1c067bbde78beb793e6fa76530b6382a4c0241e5e4a9ec0a0f44dc0d3',
  method: EncryptionTypes.METHOD.ECIES,
};

// Identity from the previous signature parameter
const identityExample: IdentityTypes.IIdentity = {
  type: IdentityTypes.TYPE.ETHEREUM_ADDRESS,
  value: '0x627306090abab3a6e1400e9345bc60c78a8bef57'
};

// Construct the provider with a
const decryptionProvider = new EthereumPrivateKeyDecryptionProvider(decryptionParametersExample);

// can list the identity usable
const listOfAvailableIdentity = decryptionProvider.getAllRegisteredIdentities(); // [identityExample]

// can decrypt data with identity
const dataToDecrypt = "02....";
const decryptedData = await decryptionProvider.decrypt(dataToDecrypt, identityExample); // "Decrypted data..."

// can add a new decryption parameters
decryptionProvider.addDecryptionParameters({method: EncryptionTypes.METHOD.ECIES, key: ...});

// can remove a decryption parameters from its identity
decryptionProvider.removeRegisteredIdentity({type: IdentityTypes.TYPE.ETHEREUM_ADDRESS, value: ...});

// can remove all decryption parameters
decryptionProvider.clearAllRegisteredIdentities();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Read the contributing guide

License

MIT

0.5.1-next.2035

5 days ago

0.5.1-next.2034

15 days ago

0.5.1-next.2033

29 days ago

0.5.1-next.2032

1 month ago

0.5.1-next.2031

1 month ago

0.5.1-next.2030

2 months ago

0.5.1-next.2029

2 months ago

0.5.1-next.2026

2 months ago

0.5.1-next.2027

2 months ago

0.5.1-next.2028

2 months ago

0.5.1-next.2025

2 months ago

0.3.39-next.2019

2 months ago

0.3.40-next.2021

2 months ago

0.4.1-next.2022

2 months ago

0.4.1-next.2024

2 months ago

0.4.1-next.2023

2 months ago

0.3.40-next.2020

2 months ago

0.4.0

2 months ago

0.3.39-next.2016

2 months ago

0.3.39-next.2017

2 months ago

0.3.39

2 months ago

0.3.39-next.2015

2 months ago

0.3.39-next.2014

2 months ago

0.3.39-next.2013

2 months ago

0.3.39-next.2012

3 months ago

0.3.39-next.2009

3 months ago

0.3.39-next.2010

3 months ago

0.3.39-next.2008

3 months ago

0.3.39-next.2007

3 months ago

0.3.39-next.2006

4 months ago

0.3.39-next.2005

4 months ago

0.3.39-next.2004

4 months ago

0.3.39-next.2003

4 months ago

0.3.39-next.2002

4 months ago

0.3.38

4 months ago

0.3.38-next.2000

4 months ago

0.3.38-next.1999

4 months ago

0.3.38-next.1998

4 months ago

0.3.38-next.1997

4 months ago

0.3.38-next.1992

4 months ago

0.3.38-next.1991

4 months ago

0.3.38-next.1990

4 months ago

0.3.38-next.1989

4 months ago

0.3.38-next.1983

4 months ago

0.3.38-next.1988

4 months ago

0.3.38-next.1987

4 months ago

0.3.38-next.1986

4 months ago

0.3.38-next.1985

4 months ago

0.3.38-next.1982

5 months ago

0.3.38-next.1981

5 months ago

0.3.38-next.1980

5 months ago

0.3.38-next.1979

5 months ago

0.3.38-next.1978

5 months ago

0.3.37-next.1976

5 months ago

0.3.38-next.1977

5 months ago

0.3.37

5 months ago

0.3.37-next.1974

5 months ago

0.3.37-next.1971

5 months ago

0.3.37-next.1973

5 months ago

0.3.37-next.1969

6 months ago

0.3.35-next.1918

9 months ago

0.3.36-next.1942

7 months ago

0.3.36-next.1943

7 months ago

0.3.36-next.1944

7 months ago

0.3.35-next.1917

9 months ago

0.3.36-next.1945

7 months ago

0.3.35-next.1916

9 months ago

0.3.36-next.1946

7 months ago

0.3.35-next.1911

10 months ago

0.3.36-next.1947

7 months ago

0.3.35-next.1910

10 months ago

0.3.36-next.1948

7 months ago

0.3.35-next.1913

10 months ago

0.3.36-next.1949

7 months ago

0.3.35-next.1912

10 months ago

0.3.36-next.1940

7 months ago

0.3.36-next.1941

7 months ago

0.3.36-next.1939

7 months ago

0.3.35-next.1929

8 months ago

0.3.35-next.1926

8 months ago

0.3.35-next.1925

8 months ago

0.3.36-next.1933

7 months ago

0.3.35-next.1928

8 months ago

0.3.35-next.1927

8 months ago

0.3.35-next.1922

8 months ago

0.3.36-next.1936

7 months ago

0.3.36-next.1937

7 months ago

0.3.35-next.1924

8 months ago

0.3.36-next.1938

7 months ago

0.3.35-next.1923

8 months ago

0.3.35-next.1920

8 months ago

0.3.37-next.1956

6 months ago

0.3.37-next.1957

6 months ago

0.3.37-next.1958

6 months ago

0.3.37-next.1959

6 months ago

0.3.37-next.1955

6 months ago

0.3.35-next.1930

8 months ago

0.3.37-next.1967

6 months ago

0.3.37-next.1963

6 months ago

0.3.37-next.1964

6 months ago

0.3.37-next.1965

6 months ago

0.3.37-next.1966

6 months ago

0.3.36-next.1953

6 months ago

0.3.36-next.1950

6 months ago

0.3.36-next.1952

6 months ago

0.3.37-next.1960

6 months ago

0.3.37-next.1961

6 months ago

0.3.37-next.1962

6 months ago

0.3.36

6 months ago

0.3.35

8 months ago

0.3.35-next.1908

10 months ago

0.3.35-next.1907

11 months ago

0.3.35-next.1909

10 months ago

0.3.35-next.1906

11 months ago

0.3.35-next.1905

11 months ago

0.3.35-next.1899

11 months ago

0.3.35-next.1898

12 months ago

0.3.35-next.1897

12 months ago

0.3.35-next.1904

11 months ago

0.3.35-next.1903

11 months ago

0.3.35-next.1900

11 months ago

0.3.35-next.1902

11 months ago

0.3.35-next.1901

11 months ago

0.3.35-next.1827

2 years ago

0.3.35-next.1826

2 years ago

0.3.35-next.1829

2 years ago

0.3.35-next.1828

2 years ago

0.3.35-next.1823

2 years ago

0.3.35-next.1822

2 years ago

0.3.34-next.1800

2 years ago

0.3.35-next.1825

2 years ago

0.3.35-next.1824

2 years ago

0.3.34-next.1803

2 years ago

0.3.34-next.1804

2 years ago

0.3.34-next.1801

2 years ago

0.3.34-next.1802

2 years ago

0.3.34-next.1808

2 years ago

0.3.34-next.1805

2 years ago

0.3.34-next.1806

2 years ago

0.3.34-next.1809

2 years ago

0.3.34-next.1810

2 years ago

0.3.34-next.1811

2 years ago

0.3.34-next.1814

2 years ago

0.3.34-next.1815

2 years ago

0.3.34-next.1812

2 years ago

0.3.34-next.1813

2 years ago

0.3.34-next.1818

2 years ago

0.3.34-next.1819

2 years ago

0.3.34-next.1816

2 years ago

0.3.34-next.1817

2 years ago

0.3.34-next.1820

2 years ago

0.3.34

2 years ago

0.3.34-next.1780

2 years ago

0.3.34-next.1781

2 years ago

0.3.34-next.1784

2 years ago

0.3.34-next.1785

2 years ago

0.3.34-next.1783

2 years ago

0.3.34-next.1788

2 years ago

0.3.34-next.1789

2 years ago

0.3.34-next.1786

2 years ago

0.3.34-next.1787

2 years ago

0.3.34-next.1791

2 years ago

0.3.34-next.1792

2 years ago

0.3.34-next.1790

2 years ago

0.3.34-next.1795

2 years ago

0.3.34-next.1796

2 years ago

0.3.34-next.1793

2 years ago

0.3.34-next.1799

2 years ago

0.3.34-next.1797

2 years ago

0.3.34-next.1798

2 years ago

0.3.34-next.1759

2 years ago

0.3.34-next.1762

2 years ago

0.3.34-next.1763

2 years ago

0.3.34-next.1760

2 years ago

0.3.34-next.1761

2 years ago

0.3.34-next.1766

2 years ago

0.3.34-next.1767

2 years ago

0.3.34-next.1764

2 years ago

0.3.34-next.1765

2 years ago

0.3.34-next.1768

2 years ago

0.3.34-next.1769

2 years ago

0.3.34-next.1773

2 years ago

0.3.34-next.1774

2 years ago

0.3.34-next.1771

2 years ago

0.3.34-next.1772

2 years ago

0.3.34-next.1777

2 years ago

0.3.34-next.1775

2 years ago

0.3.34-next.1726

2 years ago

0.3.34-next.1727

2 years ago

0.3.34-next.1725

2 years ago

0.3.34-next.1728

2 years ago

0.3.34-next.1729

2 years ago

0.3.34-next.1730

2 years ago

0.3.34-next.1733

2 years ago

0.3.34-next.1734

2 years ago

0.3.34-next.1731

2 years ago

0.3.34-next.1737

2 years ago

0.3.34-next.1738

2 years ago

0.3.34-next.1735

2 years ago

0.3.34-next.1736

2 years ago

0.3.34-next.1739

2 years ago

0.3.34-next.1740

2 years ago

0.3.34-next.1741

2 years ago

0.3.34-next.1742

2 years ago

0.3.34-next.1743

2 years ago

0.3.34-next.1749

2 years ago

0.3.34-next.1746

2 years ago

0.3.34-next.1751

2 years ago

0.3.34-next.1755

2 years ago

0.3.34-next.1756

2 years ago

0.3.34-next.1753

2 years ago

0.3.34-next.1754

2 years ago

0.3.34-next.1758

2 years ago

0.3.34-next.1712

2 years ago

0.3.34-next.1710

2 years ago

0.3.34-next.1715

2 years ago

0.3.34-next.1716

2 years ago

0.3.34-next.1713

2 years ago

0.3.34-next.1714

2 years ago

0.3.34-next.1719

2 years ago

0.3.34-next.1717

2 years ago

0.3.34-next.1718

2 years ago

0.3.34-next.1722

2 years ago

0.3.34-next.1723

2 years ago

0.3.34-next.1720

2 years ago

0.3.34-next.1721

2 years ago

0.3.34-next.1693

2 years ago

0.3.34-next.1696

2 years ago

0.3.34-next.1694

2 years ago

0.3.34-next.1698

2 years ago

0.3.34-next.1699

2 years ago

0.3.34-next.1701

2 years ago

0.3.34-next.1705

2 years ago

0.3.34-next.1702

2 years ago

0.3.34-next.1703

2 years ago

0.3.34-next.1708

2 years ago

0.3.34-next.1709

2 years ago

0.3.34-next.1706

2 years ago

0.3.34-next.1707

2 years ago

0.3.34-next.1692

2 years ago

0.3.34-next.1691

2 years ago

0.3.34-next.1669

2 years ago

0.3.34-next.1670

2 years ago

0.3.34-next.1671

2 years ago

0.3.34-next.1674

2 years ago

0.3.34-next.1675

2 years ago

0.3.34-next.1672

2 years ago

0.3.34-next.1673

2 years ago

0.3.34-next.1679

2 years ago

0.3.34-next.1677

2 years ago

0.3.34-next.1681

2 years ago

0.3.34-next.1680

2 years ago

0.3.34-next.1685

2 years ago

0.3.34-next.1686

2 years ago

0.3.34-next.1683

2 years ago

0.3.34-next.1684

2 years ago

0.3.34-next.1689

2 years ago

0.3.34-next.1688

2 years ago

0.3.34-next.1607

2 years ago

0.3.34-next.1608

2 years ago

0.3.34-next.1612

2 years ago

0.3.34-next.1616

2 years ago

0.3.34-next.1614

2 years ago

0.3.34-next.1620

2 years ago

0.3.34-next.1621

2 years ago

0.3.34-next.1622

2 years ago

0.3.34-next.1629

2 years ago

0.3.34-next.1630

2 years ago

0.3.34-next.1631

2 years ago

0.3.34-next.1634

2 years ago

0.3.34-next.1635

2 years ago

0.3.34-next.1632

2 years ago

0.3.34-next.1633

2 years ago

0.3.34-next.1638

2 years ago

0.3.34-next.1639

2 years ago

0.3.34-next.1636

2 years ago

0.3.34-next.1637

2 years ago

0.3.34-next.1642

2 years ago

0.3.34-next.1640

2 years ago

0.3.34-next.1645

2 years ago

0.3.34-next.1646

2 years ago

0.3.34-next.1643

2 years ago

0.3.34-next.1644

2 years ago

0.3.34-next.1649

2 years ago

0.3.34-next.1647

2 years ago

0.3.34-next.1648

2 years ago

0.3.34-next.1652

2 years ago

0.3.34-next.1653

2 years ago

0.3.34-next.1650

2 years ago

0.3.34-next.1651

2 years ago

0.3.34-next.1656

2 years ago

0.3.34-next.1657

2 years ago

0.3.34-next.1654

2 years ago

0.3.34-next.1655

2 years ago

0.3.34-next.1658

2 years ago

0.3.34-next.1659

2 years ago

0.3.34-next.1660

2 years ago

0.3.34-next.1663

2 years ago

0.3.34-next.1661

2 years ago

0.3.34-next.1662

2 years ago

0.3.34-next.1667

2 years ago

0.3.34-next.1668

2 years ago

0.3.34-next.1665

2 years ago

0.3.34-next.1572

3 years ago

0.3.34-next.1570

3 years ago

0.3.34-next.1575

2 years ago

0.3.34-next.1579

2 years ago

0.3.34-next.1577

2 years ago

0.3.34-next.1578

2 years ago

0.3.34-next.1582

2 years ago

0.3.34-next.1583

2 years ago

0.3.34-next.1580

2 years ago

0.3.34-next.1581

2 years ago

0.3.34-next.1586

2 years ago

0.3.34-next.1587

2 years ago

0.3.34-next.1584

2 years ago

0.3.34-next.1585

2 years ago

0.3.34-next.1588

2 years ago

0.3.34-next.1589

2 years ago

0.3.34-next.1590

2 years ago

0.3.34-next.1591

2 years ago

0.3.34-next.1592

2 years ago

0.3.34-next.1597

2 years ago

0.3.34-next.1598

2 years ago

0.3.34-next.1595

2 years ago

0.3.34-next.1596

2 years ago

0.3.34-next.1599

2 years ago

0.3.34-next.1601

2 years ago

0.3.34-next.1602

2 years ago

0.3.34-next.1605

2 years ago

0.3.34-next.1606

2 years ago

0.3.34-next.1604

2 years ago

0.3.34-next.1568

3 years ago

0.3.34-next.1569

3 years ago

0.3.34-next.1561

3 years ago

0.3.34-next.1566

3 years ago

0.3.34-next.1567

3 years ago

0.3.34-next.1553

3 years ago

0.3.34-next.1554

3 years ago

0.3.34-next.1557

3 years ago

0.3.34-next.1558

3 years ago

0.3.34-next.1555

3 years ago

0.3.34-next.1556

3 years ago

0.3.34-next.1560

3 years ago

0.3.34-next.1528

3 years ago

0.3.34-next.1529

3 years ago

0.3.34-next.1526

3 years ago

0.3.34-next.1527

3 years ago

0.3.34-next.1531

3 years ago

0.3.34-next.1532

3 years ago

0.3.34-next.1530

3 years ago

0.3.34-next.1535

3 years ago

0.3.34-next.1536

3 years ago

0.3.34-next.1534

3 years ago

0.3.34-next.1539

3 years ago

0.3.34-next.1538

3 years ago

0.3.34-next.1542

3 years ago

0.3.34-next.1543

3 years ago

0.3.34-next.1540

3 years ago

0.3.34-next.1541

3 years ago

0.3.34-next.1546

3 years ago

0.3.34-next.1544

3 years ago

0.3.34-next.1545

3 years ago

0.3.34-next.1548

3 years ago

0.3.34-next.1549

3 years ago

0.3.34-next.1521

3 years ago

0.3.34-next.1524

3 years ago

0.3.34-next.1525

3 years ago

0.3.34-next.1522

3 years ago

0.3.34-next.1523

3 years ago

0.3.34-next.1515

3 years ago

0.3.34-next.1516

3 years ago

0.3.34-next.1519

3 years ago

0.3.34-next.1520

3 years ago

0.3.34-next.1512

3 years ago

0.3.34-next.1510

3 years ago

0.3.34-next.1511

3 years ago

0.3.34-next.1502

3 years ago

0.3.34-next.1501

3 years ago

0.3.34-next.1507

3 years ago

0.3.34-next.1505

3 years ago

0.3.34-next.1508

3 years ago

0.3.34-next.1500

3 years ago

0.3.34-next.1499

3 years ago

0.3.34-next.1498

3 years ago

0.3.34-next.1497

3 years ago

0.3.34-next.1496

3 years ago

0.3.34-next.1494

3 years ago

0.3.34-next.1491

3 years ago

0.3.34-next.1492

3 years ago

0.3.34-next.1493

3 years ago

0.3.34-next.1489

3 years ago

0.3.34-next.1490

3 years ago

0.3.34-next.1486

3 years ago

0.3.34-next.1484

3 years ago

0.3.34-next.1479

3 years ago

0.3.34-next.1480

3 years ago

0.3.34-next.1481

3 years ago

0.3.34-next.1482

3 years ago

0.3.34-next.1476

3 years ago

0.3.34-next.1477

3 years ago

0.3.34-next.1474

3 years ago

0.3.34-next.1473

3 years ago

0.3.34-next.1472

3 years ago

0.3.34-next.1471

3 years ago

0.3.34-next.1470

3 years ago

0.3.34-next.1469

3 years ago

0.3.34-next.1467

3 years ago

0.3.34-next.1468

3 years ago

0.3.34-next.1465

3 years ago

0.3.34-next.1466

3 years ago

0.3.34-next.1463

3 years ago

0.3.34-next.1464

3 years ago

0.3.33-next.1462

3 years ago

0.3.33

3 years ago

0.3.33-next.1461

3 years ago

0.3.33-next.1459

3 years ago

0.3.33-next.1458

3 years ago

0.3.33-next.1457

3 years ago

0.3.33-next.1456

3 years ago

0.3.33-next.1455

3 years ago

0.3.31-next.1430

3 years ago

0.3.31-next.1431

3 years ago

0.3.31-next.1432

3 years ago

0.3.32-next.1435

3 years ago

0.3.32-next.1434

3 years ago

0.3.32-next.1439

3 years ago

0.3.32-next.1438

3 years ago

0.3.32-next.1437

3 years ago

0.3.32-next.1436

3 years ago

0.3.32

3 years ago

0.3.33-next.1451

3 years ago

0.3.32-next.1446

3 years ago

0.3.33-next.1452

3 years ago

0.3.32-next.1445

3 years ago

0.3.32-next.1444

3 years ago

0.3.33-next.1450

3 years ago

0.3.32-next.1443

3 years ago

0.3.32-next.1449

3 years ago

0.3.32-next.1448

3 years ago

0.3.32-next.1447

3 years ago

0.3.32-next.1442

3 years ago

0.3.32-next.1441

3 years ago

0.3.33-next.1453

3 years ago

0.3.33-next.1454

3 years ago

0.3.31-next.1429

3 years ago

0.3.31

3 years ago

0.3.31-next.1426

3 years ago

0.3.31-next.1428

3 years ago

0.3.31-next.1424

3 years ago

0.3.31-next.1425

3 years ago

0.3.31-next.1421

3 years ago

0.3.31-next.1422

3 years ago

0.3.31-next.1423

3 years ago

0.3.31-next.1420

3 years ago

0.3.31-next.1419

3 years ago

0.3.31-next.1416

3 years ago

0.3.31-next.1417

3 years ago

0.3.31-next.1418

3 years ago

0.3.31-next.1415

3 years ago

0.3.31-next.1414

3 years ago

0.3.31-next.1413

3 years ago

0.3.31-next.1411

3 years ago

0.3.31-next.1412

3 years ago

0.3.31-next.1408

3 years ago

0.3.31-next.1409

3 years ago

0.3.31-next.1407

3 years ago

0.3.31-next.1410

3 years ago

0.3.30

3 years ago

0.3.31-next.1405

3 years ago

0.3.29-next.1401

3 years ago

0.3.29-next.1402

3 years ago

0.3.30-next.1404

3 years ago

0.3.30-next.1403

3 years ago

0.3.29-next.1395

3 years ago

0.3.29-next.1398

3 years ago

0.3.29-next.1393

3 years ago

0.3.29-next.1394

3 years ago

0.3.29-next.1399

3 years ago

0.3.29-next.1397

3 years ago

0.3.29-next.1391

3 years ago

0.3.29-next.1392

3 years ago

0.3.29-next.1400

3 years ago

0.3.29

3 years ago

0.3.28

3 years ago

0.3.27

3 years ago

0.3.26

3 years ago

0.3.25

3 years ago

0.3.25-next.1351

3 years ago

0.3.24

3 years ago

0.3.4-next.1

3 years ago

0.3.23

4 years ago

0.3.23-next.1335

4 years ago

0.3.22

4 years ago

0.3.21

4 years ago

0.3.22-next.1332

4 years ago

0.3.22-next.1331

4 years ago

0.3.20

4 years ago

0.3.21-next.1327

4 years ago

0.3.20-next.1326

4 years ago

0.3.19

4 years ago

0.3.19-next.1322

4 years ago

0.3.18-next.1321

4 years ago

0.3.18

4 years ago

0.3.18-next.1320

4 years ago

0.3.18-next.1312

4 years ago

0.3.18-next.1310

4 years ago

0.3.17

4 years ago

0.3.17-next.1301

4 years ago

0.3.16

4 years ago

0.3.16-next.1280

4 years ago

0.3.15

4 years ago

0.3.15-next.1278

4 years ago

0.3.14

4 years ago

0.3.13

4 years ago

0.3.14-next.1272

4 years ago

0.3.12

4 years ago

0.3.11

4 years ago

0.3.11-next.1231

4 years ago

0.3.11-next.1230

4 years ago

0.3.10

4 years ago

0.3.10-next.1227

4 years ago

0.3.10-next.1218

4 years ago

0.3.10-next.1217

4 years ago

0.3.9

4 years ago

0.3.9-next.1215

4 years ago

0.3.9-next.1207

4 years ago

0.3.9-next.1206

4 years ago

0.3.8

4 years ago

0.3.8-next.1203

4 years ago

0.3.8-next.1201

4 years ago

0.3.8-next.1192

4 years ago

0.3.7

4 years ago

0.3.7-next.1187

4 years ago

0.3.7-next.1186

4 years ago

0.3.7-next.1181

4 years ago

0.3.7-next.1176

4 years ago

0.3.7-next.1175

4 years ago

0.3.7-next.1173

4 years ago

0.3.7-next.1171

4 years ago

0.3.7-next.1166

4 years ago

0.3.7-next.1164

4 years ago

0.3.7-next.1163

4 years ago

0.3.7-next.1161

4 years ago

0.3.6

4 years ago

0.3.6-next.1156

4 years ago

0.3.5

4 years ago

0.3.5-next.1142

4 years ago

0.3.5-next.1143

4 years ago

0.3.5-next.1140

4 years ago

0.3.5-next.1134

4 years ago

0.3.5-next.1130

4 years ago

0.3.4

4 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago