# fh-security

> FeedHenry Security Library

Latest version **0.4.0** (published 2018-08-23) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install fh-security
pnpm add fh-security
yarn add fh-security
bun add fh-security
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.0 |
| Published | 2018-08-23 |
| First published | 2013-02-05 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 1 |
| Unpacked size | 26.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | craigbrookes, feedhenry, feedhenry-dev, grdryn, matzew, psturc |

## Links

- npm: https://www.npmjs.com/package/fh-security
- Repository: https://github.com/feedhenry/fh-security
- Homepage: https://github.com/feedhenry/fh-security#readme
- Issues: https://github.com/feedhenry/fh-security/issues
- npm.io page: https://npm.io/package/fh-security

## Dependencies (1)

- [node-rsa](https://npm.io/package/node-rsa.md) 0.3.2

## Recent versions

- 0.4.0 (latest) — 2018-08-23
- 0.3.1 — 2018-08-23
- 0.2.1 — 2017-07-12
- 0.2.0-noresolved — 2016-10-10
- 0.2.0 — 2016-06-29
- 0.1.8-36 — 2016-04-20
- 0.1.6-18 — 2015-09-11
- 0.1.3-10 — 2015-03-23
- 0.1.2-3 — 2013-02-06
- 0.1.1-2 — 2013-02-05
- 0.1.0-1 — 2013-02-05

## README

fh-security(1) -- The FeedHenry Security Tools library
======================================================

[![npm package](https://nodei.co/npm/fh-security.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/fh-security/)

[![Build status](https://img.shields.io/travis/feedhenry/fh-security/master.svg?style=flat-square)](https://travis-ci.org/feedhenry/fh-security)
[![Dependency Status](https://img.shields.io/david/feedhenry/fh-security.svg?style=flat-square)](https://david-dm.org/feedhenry/fh-security)
[![Known Vulnerabilities](https://snyk.io/test/npm/fh-security/badge.svg?style=flat-square)](https://snyk.io/test/npm/fh-security)

|                 | Project Info  |
| --------------- | ------------- |
| License:        | Apache License, Version 2.0  |
| Build:          | npm  |
| Documentation:  | http://docs.feedhenry.com/v3/api/cloud_api.html  |
| Issue tracker:  | https://issues.jboss.org/projects/FH/summary  |
| Mailing list:   | [feedhenry-dev](https://www.redhat.com/archives/feedhenry-dev/) ([subscribe](https://www.redhat.com/mailman/listinfo/feedhenry-dev))  |
| IRC:            | [#feedhenry](https://webchat.freenode.net/?channels=feedhenry) channel in the [freenode](http://freenode.net/) network.  |

## DESCRIPTION

This contains functions for key generation, data encryption/decryption and key storage/retrival.

## Installation

Add fh-security as a dependency to your module and require it where required, like any other npm module.

---
_Source: https://npm.io/package/fh-security · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
