Avvio rapido

Questa guida illustra tutte le funzionalità di 1Password:
- Iniziare — Create your 1Password account and set a master password
- Come utilizzare la gestione delle password — Store all your passwords in one encrypted vault you can reach from any device
- Come utilizzare un generatore di password — Build strong passwords nobody can guess in about two seconds
- Come utilizzare un generatore di nomi utente — Hide your real email address behind a masked alias when you sign up
- Come utilizzare lo strumento da riga di comando — Pull secrets into scripts without hardcoding them
- Come usare la Torre di Guardia — Spot weak, reused, or breached passwords before an attacker does
- Come utilizzare la condivisione sicura delle password — Hand a credential to someone without emailing it in plain text
- Come utilizzare Enterprise Password Manager — Give every employee a vault while admins keep control
- Come utilizzare la gestione delle credenziali — Keep cards, passkeys, and one-time codes beside your logins
- Come utilizzare la gestione degli accessi estesa — Check that every device signing in is actually healthy
Tempo necessario: 5 minuti per ogni servizio
In questa guida troverete anche: Consigli professionali | Errori comuni | Risoluzione dei problemi | Prezzi | Alternative
Perché fidarsi di questa guida
I have used 1Password daily for three years across a phone, two laptops, and a shared family plan.
Everything here comes from real use, not a press kit.

1Password is one of the best known password managers available today.
Set it up properly and your master password becomes the only password you ever need to remember.
But most users only ever save passwords and stop there.
Questa guida ti mostra come utilizzare ogni funzionalità principale, passo dopo passo.
Tutorial di 1Password
This How to Use 1Password tutorial walks through setup first, then each feature in the order you will actually need it.

1Password
Remember one password and let 1Password handle the rest. Your vault is protected by AES 256-bit encryption plus a secret key only you hold. Try every plan free for 14 days.
Guida introduttiva a 1Password
Setup is a one-time job and takes about three minutes.
Here is what the first week with 1Password actually looked like for me:
Ora analizziamo passo passo ciascuna fase.
Step 1: Create a New Account
Go to the 1Password website and start the 14-day free trial.
Enter your email, then set a master password of at least 16 characters.
A passphrase of four random words beats a short string of symbols.
✓ Punto di controllo: You receive your Emergency Kit with the secret key printed on it.
Step 2: Install the Desktop App and Browser Extension
Download the desktop application for Windows, Mac, or Linux.
Then add the 1Password browser extension for Chrome, Firefox, Safari, or Edge.
Mobile apps exist for iOS and Android and sync the same vault dati.
Here is what you get out of the box:

✓ Punto di controllo: The extension icon appears in your browser toolbar and unlocks with your master password.
Step 3: Import and Lock Down
Import your saved logins from Chrome or from other password managers in one pass.
Then enable two factor authentication and biometric unlock on every device.
Print the Emergency Kit and keep it in a secure place, ideally a fireproof safe.
From here you can learn how to use each feature in the order that suits your work.
✅ Fatto: Your 1Password account is live and ready for every feature below.
How to Use 1Password Password Manager
Gestione delle password lets you save passwords once and fill them everywhere, on any device.
Ecco come usarlo, passo dopo passo.
Step 1: Create a New Login Item
Open the 1Password app and pick the vault you want.
Click the plus icon, then choose Login from the dropdown menu.
Step 2: Enter Your Login Details
Type the site URL, your username, and the password.
Add tags so search finds this login item fast later.
Ecco come si presenta:

✓ Punto di controllo: The new login item shows in your vault list with the site icon.
Step 3: Save and Test the Fill
Click Save, then visit the site and let 1Password fill passwords for you.
The 1Password extension also prompts you to save new logins automatically when you sign in.
✅ Risultato: All your passwords now live in one place instead of a notes app.
💡 Consiglio da professionista: Store sensitive documents and secure notes in the same vault so everything stays behind one master password.
Come utilizzare il generatore di password 1Password
Password Generatore builds a random password for every new account you create.
Ecco come usarlo, passo dopo passo.
Passaggio 1: Apri il generatore
Click the generator icon in the 1Password browser extension.
It also appears inside any empty password field on a site.
Step 2: Set Length and Type
Drag the slider to 15 characters or more for real sicurezza.
Other options let you drop symbols or add digits when a site rejects the first suggestion.
Ecco come si presenta:

✓ Punto di controllo: The password field fills and a save prompt appears in the corner.
Step 3: Fill and Save the New Password
Click the suggestion to fill it, then finish signing up.
1Password stores the new account details without you copying anything.
✅ Risultato: Every site gets a different password instead of one reused string.
💡 Consiglio da professionista: Use random character passwords for websites and word-based passwords for anything you must read aloud.
Come utilizzare il generatore di nomi utente 1Password
Generatore di nomi utente creates a masked email alias so your real address never reaches the site.
Ecco come usarlo, passo dopo passo.
Step 1: Open the Username Field
Start a signup form on any website.
Click the 1Password icon inside the email or username box.
Step 2: Generate the Alias
Pick the masked email option from the list.
1Password creates an address that forwards mail to your posta in arrivo.
Ecco come si presenta:

✓ Punto di controllo: The signup form shows a masked address instead of your real one.
Passaggio 3: Conferma e salva
Finish the signup, then click Save on the prompt.
The alias is stored with the login so you never forget which one you used.
✅ Risultato: Marketing lists get the alias while your email password stays untouched.
💡 Consiglio da professionista: Turn off an alias later if a site starts spamming you — the rest of your accounts keep working.
Come utilizzare lo strumento da riga di comando di 1Password
Strumento da riga di comando gives developers access to vault data from a terminal window.
Ecco come usarlo, passo dopo passo.
Passaggio 1: Installa la CLI
Download the 1Password CLI for your computer from the developer docs.
Confirm the install by running the version command.
Step 2: Sign In and Unlock
Run the sign in command and unlock with your Touch ID or system biometrics.
The desktop app handles authentication so no secret key is typed.
Ecco come si presenta:

✓ Punto di controllo: The terminal returns the item value instead of an authentication error.
Step 3: Read a Secret
Reference any item with a secret path inside your script.
Values resolve at runtime and never sit in your repository.
✅ Risultato: Build scripts pull credentials safely from your 1Password account.
💡 Consiglio da professionista: Enable biometric unlock for the CLI so you skip retyping the master password on every run.
Come utilizzare 1Password Watchtower
Torre di guardia scans your vault and tells you exactly which passwords to fix first.
Ecco come usarlo, passo dopo passo.
Step 1: Enable Watchtower
Open Watchtower from the sidebar in the desktop app.
Turn on breach checking in settings if it is off.
Step 2: Read the Alerts
Watchtower groups items by weak, reused, and compromised.
Each alert explains why that account needs attention.
Ecco come si presenta:

✓ Punto di controllo: The compromised count drops as you work through the list.
Step 3: Change Passwords in Order
Start with breached logins, then move to reused ones.
Use the generator inline so the fix takes seconds.
✅ Risultato: You know your real security position instead of guessing.
💡 Consiglio da professionista: Change passwords tagged as sensitive at least once a year, even when Watchtower shows no warning.
Come utilizzare la condivisione sicura delle password di 1Password
Condivisione sicura delle password sends a credential through an encrypted link instead of chat.
Ecco come usarlo, passo dopo passo.
Step 1: Pick the Item
Open the login you want to share.
Choose Share from the item menu.
Step 2: Set the Limits
Decide who can open it and when the link expires.
Restrict it to one recipient for anything sensitive.
Ecco come si presenta:

✓ Punto di controllo: The share dialog confirms the expiry date you picked.
Step 3: Send the Link
Copy the link and send it however you like.
The receiver needs no 1Password account to open it.
✅ Risultato: Nobody has a password sitting in an old email thread.
💡 Consiglio da professionista: For ongoing access, add other members to a shared vault instead of resending links every month.
Come utilizzare 1Password Enterprise Password Manager
Impresa Gestore di password rolls 1Password out across a whole business with central policy control.
Ecco come usarlo, passo dopo passo.
Step 1: Invite Your People
Send invites by email or connect your identity provider.
New staff get a starter vault automatically.
Step 2: Build Vault Groups
Create one vault per team, then attach access rules.
Marketing never sees what finance stores.
Ecco come si presenta:

✓ Punto di controllo: The admin console lists each member with their vault access.
Step 3: Set Policies
Require two factor authentication for every member.
Set auto-lock timers so unattended laptops stay protected.
✅ Risultato: Offboarding takes one click instead of a password reset marathon.
💡 Consiglio da professionista: Review the admin activity log monthly to catch access nobody uses anymore.
How to Use 1Password Credentials Manager
Gestione delle credenziali holds more than passwords — cards, passkeys, and one-time codes live here too.
Ecco come usarlo, passo dopo passo.
Step 1: Add a Credit Card
Choose Credit Card as the item type.
Fill the number and the date the card expires.
Step 2: Add Two-Factor Codes
Open a login item and pick the one-time password field.
Scan the QR code the site shows and the codes start rolling.
Ecco come si presenta:

✓ Punto di controllo: The item shows a six-digit code that refreshes every thirty seconds.
Step 3: Store Passkeys and Documents
Save passkeys when a site offers passwordless login.
Attach passports or contracts as sensitive documents inside the same vault.
✅ Risultato: Checkout, login, and two forms of verification all come from one app.
💡 Consiglio da professionista: US customers can generate Privacy Cards inside 1Password so merchants never see your real card number.
How to Use 1Password Extended Access Manager
Gestione degli accessi estesi checks the device itself, not just the person typing the password.
Ecco come usarlo, passo dopo passo.
Step 1: Enrol Devices
Install the device agent on company laptops.
Each device reports its own health status.
Step 2: Set Health Rules
Require disk encryption, screen lock, and current updates.
Failing dispositivi get told what to fix.
Ecco come si presenta:

✓ Punto di controllo: The device list shows a green status for compliant machines.
Step 3: Watch Shadow IT
The dashboard lists apps staff signed into with company accounts.
Bring risky ones under managed access.
✅ Risultato: Access depends on device health, not just a correct password.
💡 Consiglio da professionista: Warn staff before enforcement day — surprise lockouts on public Wi-Fi networks create support tickets.
Suggerimenti e scorciatoie di 1Password Pro
After three years of daily use, these are the habits that saved me the most time.
Scorciatoie da tastiera
| Azione | Scorciatoia |
|---|---|
| Fill the current login | Ctrl / Cmd + \ |
| Open Quick Access search | Ctrl / Cmd + Shift + Space |
| Lock the vault now | Ctrl / Cmd + Shift + L |
| Create a new login item | Ctrl / Cmd + N |
Funzionalità nascoste che la maggior parte delle persone non nota
- Viaggio Modalità: Removes chosen vaults from your device before a border crossing, then restores them with one click.
- Tags and saved searches: Tag sensitive information once and pull it up immediatamente across every vault.
- Accesso offline: An active subscription lets the desktop app open your vault with no internet at all.
- Item history: Recover an old password after a site rejects the new one you just set.
1Password: errori comuni da evitare
Mistake #1: Losing the Secret Key
❌ Sbagliato: Saving the Emergency Kit as a screenshot on the same laptop you are protecting.
✅ A destra: Print it. If you forget your master password and lose the key, nobody at 1Password can recover your data.
Mistake #2: Keeping the Old Passwords Around
❌ Sbagliato: Importing everything, then leaving the same weak password on twenty websites.
✅ A destra: Open Watchtower after the import and change passwords flagged as reused, starting with your bank and email.
Mistake #3: Treating One Vault as Enough
❌ Sbagliato: Dumping work credentials, family logins, and sensitive documents into a single vault.
✅ A destra: Split them. A shared vault for family members, a private one for work, and Travel Mode ready for the rest.
Risoluzione dei problemi di 1Password
Problem: Autofill Does Not Appear on a Site
Causa: The saved login item points at a different domain than the page you are on.
Aggiustare: Open the item, edit the website field to match the current URL, then reload the page.
Problem: The App Keeps Asking for the Master Password
Causa: Auto-lock is set aggressively, or biometric unlock was never enabled.
Aggiustare: Open settings, enable Touch ID, Face ID, or Windows Hello, and set a longer lock timer.
Problem: Two-Factor Codes Are Rejected
Causa: Your device clock drifted, so the one-time password generates against the wrong time.
Aggiustare: Turn on automatic time sync, then scan the QR code again if the codes still fail.
📌 Nota: Se nessuna di queste soluzioni risolve il problema, contatta l'assistenza clienti di 1Password.
Che cos'è 1Password?
1Password è un gestore di password that stores logins, cards, and sensitive documents in encrypted vaults.
Think of it like a safe that opens with two keys: your master password and a secret key stored only on your devices.
Data is protected with AES 256-bit encryption, so nobody running the service can read your vault.
Guarda questa breve panoramica:
Include le seguenti caratteristiche principali:
- Gestione delle password: Keep every login item, secure note, and card in encrypted vaults.
- Generatore di password: Create random 15+ character passwords or memorable word-based ones.
- Generatore di nomi utente: Generate masked email aliases so your real inbox stays private.
- Strumento da riga di comando: Read and write vault items straight from your terminal.
- Torre di Guardia: Monitors password strength and flags accounts caught in breaches.
- Condivisione sicura della password: Share items through a shared vault or a link that expires.
- Gestore password aziendale: Team vaults, group policies, and provisioning for larger companies.
- Gestione delle credenziali: Store cards, passkeys, one-time codes, and documents in one item type.
- Gestione degli accessi estesi: Device checks and app visibility before access is granted.
Per una recensione completa, consulta la nostra Recensione di 1Password.

Prezzi di 1Password
Here is what 1Password costs in 2026:
| Piano | Prezzo | Ideale per |
|---|---|---|
| Individuale | $ 2,99/mese | One person, unlimited items and devices |
| Famiglie | $4,99/mese | Five family members plus an unlimited number of guests |
| Kit di avvio per team | $ 19,95/mese | Up to ten people in a piccola impresa |
| Attività commerciale | $7,99/mese | Per user, with admin controls and reporting |
Prova gratuita: 14 days on every plan except Enterprise. No free tier exists.
Garanzia di rimborso: Cancel inside the trial and you are never charged.

💰 Miglior rapporto qualità-prezzo: Families at $4.99/month — five accounts for less than double the Individual price.
1Password contro le alternative
How does 1Password compare against the rest of the market?
| Attrezzo | Ideale per | Prezzo | Valutazione |
|---|---|---|---|
| 1Password | Overall polish and business tooling | 2,99 $/mese | ⭐ 4.6 |
| Passpack | Small teams on a budget | 1,50 $/mese | ⭐ 3.7 |
| NordPass | 3 dollari al mese (Premium) | 1,39 $/mese | ⭐ 4.2 |
| Sicurezza del custode | Compliance-heavy industries | 1,79 $/mese | ⭐ 4.3 |
| LastPass | Interfaccia familiare | $3,00/mese | ⭐ 3.8 |
| Password totale | Suite bundle buyers | $9.92/mo | ⭐ 3,5 |
| Dashlane | VPN incluso | 4,99 $/mese | ⭐ 4.2 |
| RoboForm | Long form filling | 1,66 dollari al mese | ⭐ 3.9 |
| Bitwarden | Open source and free tier | $1,00/mese | ⭐ 4,5 |
| Proton Pass | utenti che danno priorità alla privacy | $1,99 al mese | ⭐ 4.4 |
| Password appiccicosa | Local Wi-Fi sync | 1,66 dollari al mese | ⭐ 3.8 |
Scelte rapide:
- Il migliore in assoluto: 1Password — the apps, sharing, and developer tools all hold up.
- Miglior budget: Bitwarden — a real free plan and open source code.
- Ideale per principianti: NordPass — fewer options on screen and a gentle setup.
- Ideale per le aziende: 1Password — device checks and provisioning built in.
🎯 Alternative a 1Password
Cerchi alternative a 1Password? Ecco le migliori opzioni:
- 🚀 Passpack: Team-first manager with shared folders and low per-user pricing for small agencies.
- 💰 NordPass: Cheapest solid option with a usable free tier and XChaCha20 encryption.
- 🔒 Sicurezza del custode: Strong compliance features and encrypted messaging for regulated industries.
- ⭐ LastPass: Familiar interface with wide browser support and easy import from spreadsheets.
- 🎯 TotalPassword: Bundled with a wider security suite, useful if you already own the suite.
- 🧠 Dashlane: Incorporato VPN and dark web monitoring inside the same subscription.
- 🔧 RoboForm: Best-in-class form filling for long applications and older websites.
- 👥 Bitwarden: Open source, audited, and genuinely usable on the free plan forever.
- ⚡ Proton Pass: Privacy-focused option with built-in email aliases from the Proton family.
- 💼 Password fissa: Offers local Wi-Fi sync so your data never has to touch a cloud server.
Per l'elenco completo, consultare il nostro Alternative a 1Password guida.
⚔️ Confronto tra 1Password
Here is how 1Password stacks up against each competitor:
- 1Password contro Passpack: 1Password wins on apps and polish; Passpack is cheaper for a small team that only needs sharing.
- 1Password contro NordPass: NordPass costs less and has a free plan; 1Password has deeper business tooling and better sharing.
- 1Password vs Keeper Security: Keeper leads on compliance reporting; 1Password feels faster day to day for most users.
- 1Password contro LastPass: 1Password wins clearly here — LastPass has a rougher breach history and a weaker free tier.
- 1Password contro TotalPassword: 1Password offers far more platforms and features for less money per month.
- 1Password contro Dashlane: Dashlane bundles a VPN; 1Password has better vault organisation and a much stronger CLI.
- 1Password contro RoboForm: RoboForm fills complex forms better; 1Password wins on interface, sharing, and team features.
- 1Password contro Bitwarden: Bitwarden is cheaper and open source; 1Password has a smoother interface and Travel Mode.
- 1Password contro Proton Pass: Proton Pass suits privacy purists; 1Password has more mature business and developer tools.
- 1Password vs Sticky Password: Sticky Password allows local-only sync; 1Password wins on modern apps and ongoing development.
Inizia subito a usare 1Password
Hai imparato a utilizzare tutte le principali funzionalità di 1Password:
- ✅ Gestione delle password
- ✅ Generatore di password
- ✅ Generatore di nomi utente
- ✅ Strumento da riga di comando
- ✅ Torre di Guardia
- ✅ Condivisione sicura della password
- ✅ Gestore di password aziendali
- ✅ Gestione delle credenziali
- ✅ Gestione degli accessi estesa
Passo successivo: Scegli una funzionalità e provala subito.
La maggior parte delle persone inizia con la gestione delle password.
Ci vogliono meno di cinque minuti.
Domande frequenti
Quali sono gli svantaggi di 1Password?
There is no free tier, pricing sits above rivals like Bitwarden, and the sheer number of options can overwhelm beginners on day one.
È sicuro memorizzare il codice fiscale (SSN) in 1Password?
Yes. Store it as a secure note or identity item. AES 256-bit encryption plus your secret key means nobody at 1Password can read it.
1Password è difficile da usare?
No. Saving and filling passwords takes one click. Only advanced features like the command line tool need real learning time.
Come creare una password con 1Password?
Click the generator icon in the browser extension, set the length to 15 characters or more, then click to fill and save the login item.
Gli hacker possono accedere a 1Password?
Not realistically. Your secret key never leaves your device, so a server breach alone gives attackers nothing readable.













