# Seed phrases vs Password

By [Mybucks.online](https://paragraph.com/@mybucks-online) · 2025-02-13

---

**Seed phrases** have traditionally been used for **cryptocurrency wallet** recovery, offering strong security by allowing users to access their funds across devices. However, they can be cumbersome because users must record and securely store lengthy sequences of words.

![Wallet generation](https://storage.googleapis.com/papyrus_images/dad04dc9eba03671c80edaa05636ea02259ab7ace653a8e7be7d0bec7c755c71.png)

Wallet generation

Given the widespread use of passwords for securing digital activities, [**Mybucks.online**](https://mybucks.online) proposes **generating a crypto wallet using a password and a one-way hash function**. This approach allows users to **generate a private key** **from** a password instead of memorizing a long seed phrase.

The **main threat** to this system is from malicious attackers who may attempt **brute-forcing** or **rainbow** attacks. Consequently, **significant attention** was given to selecting an appropriate one-way hash function. The chosen [**Scrypt**](https://en.wikipedia.org/wiki/Scrypt) hash function is an industry standard, non-reversible, and consumes **high computational resources**, making brute-forcing impractical.

![How it works](https://storage.googleapis.com/papyrus_images/0af6dfbb2a7ac59d0b89672dceced0bbb144e5124427fe24825d36d995b2ba10.png)

How it works

This method offers several advantages. It is **user-friendly**, as users only need to remember a password  for **frequent wallet access**. The security is enhanced using the **Scrypt** Key Derivation Function, which protects against brute-force attacks. Privacy is maintained since **everything operates locally in the browser** without involving third-party data storage or APIs.

Furthermore, **no information is stored during sessions**; refreshing or closing the browser leaves no trace. [**Mybucks.online**](https://mybucks.online) is particularly beneficial for those who frequently manage crypto assets and value quick, hassle-free access. It is ideal for users prioritizing privacy since **all processes occur client-side**, with no external data dependencies.

![Easy transfer](https://storage.googleapis.com/papyrus_images/7414afb472a81593b3005c1bfee04ed39fafddeb768be8f10098689efc1943d5.png)

Easy transfer

While both seed phrases and passwords have their strengths, [**Mybucks.online**](https://mybucks.online) provides an appealing solution that combines **convenience, security, and privacy** for modern cryptocurrency users. This password-based approach offers a seamless and secure way to handle digital currencies and also introduces more interesting use cases.

---

*Originally published on [Mybucks.online](https://paragraph.com/@mybucks-online/seed-phrases-vs-password)*
