# macho-is-encrypted

> Determine if your macho is encrypted

Latest version **0.1.2** (published 2016-09-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install macho-is-encrypted
pnpm add macho-is-encrypted
yarn add macho-is-encrypted
bun add macho-is-encrypted
```

Provides the command `macho-is-encrypted`.

## 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.1.2 |
| Published | 2016-09-30 |
| First published | 2016-05-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | David Weinstein |
| Maintainers | dweinstein |
| Keywords | macho, encrypted, executable, mach-o, drm, binary |

## Links

- npm: https://www.npmjs.com/package/macho-is-encrypted
- Repository: https://github.com/nowsecure/macho-is-encrypted
- Homepage: https://github.com/nowsecure/macho-is-encrypted#readme
- Issues: https://github.com/nowsecure/macho-is-encrypted/issues
- npm.io page: https://npm.io/package/macho-is-encrypted

## Dependencies (2)

- [macho](https://npm.io/package/macho.md) ^1.1.0
- [fatmacho](https://npm.io/package/fatmacho.md) ^0.1.1

## Alternatives

- [@lexical/table](https://npm.io/package/@lexical/table.md) — 3.0M weekly downloads
- [mantine-datatable](https://npm.io/package/mantine-datatable.md) — 98.2K weekly downloads
- [react-native-collapsible-tab-view](https://npm.io/package/react-native-collapsible-tab-view.md) — 70.6K weekly downloads
- [@handsontable/vue3](https://npm.io/package/@handsontable/vue3.md) — 16.1K weekly downloads
- [vuewordcloud](https://npm.io/package/vuewordcloud.md) — 7.2K weekly downloads

## Recent versions

- 0.1.2 (latest) — 2016-09-30
- 0.1.1 — 2016-09-30
- 0.1.0 — 2016-06-10
- 0.0.1 — 2016-05-06

## README

# SYNOPSIS

Check if your Mach-O bin is encrypted.

```js
var fs = require('fs')
var isEncryptedSync = require('macho-is-encrypted')

var execPath = process.execPath
var data = fs.readFileSync(execPath)

console.log(isEncryptedSync.path(path))
console.log(isEncryptedSync.data(data))
```

# LICENSE

MIT

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