Skip to content

Commit

Permalink
techifyAu project added
Browse files Browse the repository at this point in the history
Added My Project for hacktoberfest 2021
  • Loading branch information
TechifyAu authored and TechifyAu committed Oct 5, 2021
1 parent 61565ab commit 4e86c0c
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/Hacktoberfest_2021.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/discord.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions Password Generator and Encrypter/techifyAu.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const crypto = require("crypto");
const Password = require("password-encrypt-util")

const id = crypto.randomBytes(20).toString('hex');
let Password1 = new Password(`${id}`)

let encryptedPassword = Password1.encryptPasswordV2(`${id}`)
console.log(encryptedPassword)

// Generates a Random Password Then Gets Encrypted
// Uses Crypto and https://www.npmjs.com/package/password-encrypt-util

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ Hurray! You successfully made a contribution!
- [Sadaf Khushk](https://github.com/Sadafkhushk)

- ### **T**
- [TechifyAU](https://github.com/TechifyAu)

- ### **U**

Expand Down

0 comments on commit 4e86c0c

Please sign in to comment.