Skip to content

Commit

Permalink
Global: Change ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFrost committed Sep 17, 2017
1 parent 7f8eedc commit 820187e
Show file tree
Hide file tree
Showing 30 changed files with 51 additions and 47 deletions.
28 changes: 14 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Nothing yet!
- Babel has been removed. Cryptex now requires Node version 4 or higher.

### Fixed
- Super-long integers passed in on the CLI for encryption are no longer automatically rounded by Javascript. ([#5](https://github.com/TechnologyAdvice/Cryptex/issues/5))
- Inaccuracies in the README documentation ([#3](https://github.com/TechnologyAdvice/Cryptex/pull/3), [#4](https://github.com/TechnologyAdvice/Cryptex/pull/4))
- Super-long integers passed in on the CLI for encryption are no longer automatically rounded by Javascript. ([#5](https://github.com/TomFrost/Cryptex/issues/5))
- Inaccuracies in the README documentation ([#3](https://github.com/TomFrost/Cryptex/pull/3), [#4](https://github.com/TomFrost/Cryptex/pull/4))

## [v0.6.1] - 2015-11-13
### Fixed
Expand Down Expand Up @@ -77,15 +77,15 @@ Nothing yet!
### Added
- Initial release

[Development]: https://github.com/TechnologyAdvice/Cryptex/compare/v1.0.0...HEAD
[v1.0.0]: https://github.com/TechnologyAdvice/Cryptex/compare/0.6.1...v1.0.0
[v0.6.1]: https://github.com/TechnologyAdvice/Cryptex/compare/0.6.0...0.6.1
[v0.6.0]: https://github.com/TechnologyAdvice/Cryptex/compare/0.5.0...0.6.0
[v0.5.0]: https://github.com/TechnologyAdvice/Cryptex/compare/0.4.1...0.5.0
[v0.4.1]: https://github.com/TechnologyAdvice/Cryptex/compare/0.4.0...0.4.1
[v0.4.0]: https://github.com/TechnologyAdvice/Cryptex/compare/0.3.1...0.4.0
[v0.3.1]: https://github.com/TechnologyAdvice/Cryptex/compare/0.3.0...0.3.1
[v0.3.0]: https://github.com/TechnologyAdvice/Cryptex/compare/0.2.2...0.3.0
[v0.2.2]: https://github.com/TechnologyAdvice/Cryptex/compare/0.2.1...0.2.2
[v0.2.1]: https://github.com/TechnologyAdvice/Cryptex/compare/0.2.0...0.2.1
[v0.2.0]: https://github.com/TechnologyAdvice/Cryptex/compare/0.1.0...0.2.0
[Development]: https://github.com/TomFrost/Cryptex/compare/v1.0.0...HEAD
[v1.0.0]: https://github.com/TomFrost/Cryptex/compare/0.6.1...v1.0.0
[v0.6.1]: https://github.com/TomFrost/Cryptex/compare/0.6.0...0.6.1
[v0.6.0]: https://github.com/TomFrost/Cryptex/compare/0.5.0...0.6.0
[v0.5.0]: https://github.com/TomFrost/Cryptex/compare/0.4.1...0.5.0
[v0.4.1]: https://github.com/TomFrost/Cryptex/compare/0.4.0...0.4.1
[v0.4.0]: https://github.com/TomFrost/Cryptex/compare/0.3.1...0.4.0
[v0.3.1]: https://github.com/TomFrost/Cryptex/compare/0.3.0...0.3.1
[v0.3.0]: https://github.com/TomFrost/Cryptex/compare/0.2.2...0.3.0
[v0.2.2]: https://github.com/TomFrost/Cryptex/compare/0.2.1...0.2.2
[v0.2.1]: https://github.com/TomFrost/Cryptex/compare/0.2.0...0.2.1
[v0.2.0]: https://github.com/TomFrost/Cryptex/compare/0.1.0...0.2.0
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015, TechnologyAdvice, LLC
Copyright (c) 2017 Tom Shawver

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cryptex [![Build Status](https://travis-ci.org/TechnologyAdvice/Cryptex.svg?branch=master)](https://travis-ci.org/TechnologyAdvice/Cryptex) [![Code Climate](https://codeclimate.com/github/TechnologyAdvice/Cryptex/badges/gpa.svg)](https://codeclimate.com/github/TechnologyAdvice/Cryptex) [![Test Coverage](https://codeclimate.com/github/TechnologyAdvice/Cryptex/badges/coverage.svg)](https://codeclimate.com/github/TechnologyAdvice/Cryptex/coverage)
# Cryptex [![Build Status](https://travis-ci.org/TomFrost/Cryptex.svg?branch=master)](https://travis-ci.org/TomFrost/Cryptex)
Secure secret storage and cryptographic key retrieval for Node.js

```javascript
Expand Down Expand Up @@ -224,4 +224,8 @@ in doubt, use Amazon KMS.
Embassy supports Node 4 LTE and higher out of the box. For 0.12, consider compiling with Babel.
## License
All original content is Copyright (c) 2015-2016 TechnologyAdvice, released under the ultra-permissive ISC license. See LICENSE.txt for details.
Cryptex is released under the ultra-permissive ISC license. See LICENSE.txt for details.
## Credits
Cryptex was originally created at [TechnologyAdvice](http://www.technologyadvice.com) in Nashville, TN.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/TechnologyAdvice/Cryptex.git"
"url": "git+https://github.com/TomFrost/Cryptex.git"
},
"files": [
"src"
Expand All @@ -34,12 +34,12 @@
"encryption",
"decryption"
],
"author": "TechnologyAdvice <devteam@technologyadvice.com>",
"author": "Tom Shawver <tom@frosteddesign.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/TechnologyAdvice/Cryptex/issues"
"url": "https://github.com/TomFrost/Cryptex/issues"
},
"homepage": "https://github.com/TechnologyAdvice/Cryptex#readme",
"homepage": "https://github.com/TomFrost/Cryptex#readme",
"yargs": {
"parse-numbers": false
},
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/aes256.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/plaintext.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion src/encodings/base64.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion src/encodings/binary.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion src/encodings/hex.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion src/keySources/file.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion src/keySources/http.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion src/keySources/kms.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion src/keySources/none.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion src/keySources/plaintext.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion src/lib/SymmetricAlgo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion src/lib/UserError.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion test/setup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion test/src/algorithms/aes256.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion test/src/algorithms/plaintext.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion test/src/encodings/base64.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion test/src/encodings/binary.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion test/src/encodings/hex.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion test/src/index.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion test/src/keySources/file.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion test/src/keySources/http.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion test/src/keySources/kms.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion test/src/keySources/none.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion test/src/keySources/plaintext.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-1016 TechnologyAdvice
* Copyright (c) 2017 Tom Shawver
*/

'use strict'
Expand Down

0 comments on commit 820187e

Please sign in to comment.