Skip to content

Commit

Permalink
Login flow & PBKDF2 encryption (keep-starknet-strange#105)
Browse files Browse the repository at this point in the history
* Change login flow

* Use PBKDF2 for private key encryption
  • Loading branch information
ugur-eren authored May 25, 2024
1 parent 30a8017 commit 8566118
Show file tree
Hide file tree
Showing 5 changed files with 336 additions and 265 deletions.
3 changes: 3 additions & 0 deletions JoyboyCommunity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@
"@react-navigation/stack": "^6.3.29",
"buffer": "^6.0.3",
"crypto-es": "^2.1.0",
"events": "^3.3.0",
"expo": "~51.0.8",
"expo-crypto": "~13.0.2",
"expo-secure-store": "~13.0.1",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"fast-text-encoding": "^1.0.6",
"nostr-tools": "^2.5.2",
"pbkdf2": "^3.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
Expand All @@ -51,6 +53,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/pbkdf2": "^3.1.2",
"@types/react": "~18.2.79",
"@uniswap/eslint-config": "^1.2.0",
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit 8566118

Please sign in to comment.