
The Vault - Security Made Easy
Рейтинг
Sep 07, 2024Последнее обновление
8.2.3Версия
Как установить файл .IPA
Поделиться
О The Vault - Security Made Easy
Do you...
... have trouble remembering tens or hundreds of online passwords?
... write passwords down somewhere, even though you know this is not the safest thing to do?
... use the same ("cleverly" modified) password in multiple places, instead of using properly randomized passwords that offer the best security?
... sometimes wish you had a photo of a creditcard, passport or other document handy?
... want to securely store lots of other confidential information, photos, animated GIFs, office documents, you name it?
... want all this to be secure, but still very simple to use?
Then ◆The Vault◆ is for you!
The Vault provides straightforward, easy to use, secure storage for all your documents and other data, such as passwords, login credentials and any other confidential information. It can securely store any number of documents, images, screenshots or photos along with your confidential information.
* 256-bit AES encryption *
While storage and access is simple, The Vault uses rock-solid, industry standard encryption.
[technical details below]
◆ ◆ ◆ WHY IS IT BETTER ? ◆ ◆ ◆
▸ See all features: bit.ly/TheVault-Features
▸ The Vault is very simple to use, yet it employs industry-standard encryption to keep your data safe.
(Some other - payed - apps do too, but some apps advertised as "secure" really do not, and for example save your data using a simple base-64 encoding: your information looks scrambled, but is as readable as plain text when you know how).
▸ The Vault will - never - show ad banners! We hate them too.
▸ The Vault stores information on * your * device. Not on some server somewhere on the net.
▸ Securely storing information is as simple as entering free text!
▸ The Vault can securely store photos and pictures from your camera or photo library; for example a copy of your passport, credit card, or just the serial numbers of some equipment you own. Anything.
▸ The Vault can securely store - and play - animated GIFs.
▸ The Vault can securely store *any* office or other document.
▸ Many secured documents can be viewed directly from The Vault, including PDFs, Keynote, Numbers, Pages, Powerpoint, Excel and Word files.
▸ You can optionally import data exported from your previous password app (or any other source that can provide the data).
▸ Automatically and securely backups your data!
◆ ◆ ◆ TECHNICAL DETAILS ◆ ◆ ◆
This is the part that matters.
This is the part that is hard to get right.
This is the part that makes the difference between actual security and insecurity.
Claiming “military-grade” (or “industry standard” ;-) encryption is meaningless.
Even claiming “256-bit AES encryption”, in itself is not very meaningful.
Example:
Claiming “military-grade” encryption and subsequently simply hashing a master passcode - e.g. using SHA, MD5, or, god forbid, nothing at all (!) - is NOT good.
What ís good is to use a proper key derivation algorithm such as PBKDF2, scrypt or bcrypt.
Another example:
AES is better than ancient algorithms such as Blowfish, Twofish or 3DES.
But even for AES: an app that does not combine encryption with authentication... is doing it wrong. Currently there is some consensus that the best construct is to first encrypt a message and then calculate a message-authentication code, instead of the other way around.
These things matter.
◆ ◆ ◆
The Vault uses PBKDF2 key derivation with an HMAC-SHA512 PRF, and HMAC-SHA256 Encrypt-then-MAC authenticated 256-bit AES encryption, using CommonCrypto functionality only. All cipher and MAC worker keys, as well as all salts and IVs, are purely random data. Keys and IVs are never reused. Each singular piece of data is encrypted with a unique random encryption key, and authenticated with a unique random HMAC key.
Your Master Passcode is never stored; and neither are the derived cipher keys.
◆ ◆ ◆
THE ONLY THING ●YOU● HAVE TO DO?
Choose a long master passcode. Make it long, and make it random!
Read more about why and how inside the app.
... have trouble remembering tens or hundreds of online passwords?
... write passwords down somewhere, even though you know this is not the safest thing to do?
... use the same ("cleverly" modified) password in multiple places, instead of using properly randomized passwords that offer the best security?
... sometimes wish you had a photo of a creditcard, passport or other document handy?
... want to securely store lots of other confidential information, photos, animated GIFs, office documents, you name it?
... want all this to be secure, but still very simple to use?
Then ◆The Vault◆ is for you!
The Vault provides straightforward, easy to use, secure storage for all your documents and other data, such as passwords, login credentials and any other confidential information. It can securely store any number of documents, images, screenshots or photos along with your confidential information.
* 256-bit AES encryption *
While storage and access is simple, The Vault uses rock-solid, industry standard encryption.
[technical details below]
◆ ◆ ◆ WHY IS IT BETTER ? ◆ ◆ ◆
▸ See all features: bit.ly/TheVault-Features
▸ The Vault is very simple to use, yet it employs industry-standard encryption to keep your data safe.
(Some other - payed - apps do too, but some apps advertised as "secure" really do not, and for example save your data using a simple base-64 encoding: your information looks scrambled, but is as readable as plain text when you know how).
▸ The Vault will - never - show ad banners! We hate them too.
▸ The Vault stores information on * your * device. Not on some server somewhere on the net.
▸ Securely storing information is as simple as entering free text!
▸ The Vault can securely store photos and pictures from your camera or photo library; for example a copy of your passport, credit card, or just the serial numbers of some equipment you own. Anything.
▸ The Vault can securely store - and play - animated GIFs.
▸ The Vault can securely store *any* office or other document.
▸ Many secured documents can be viewed directly from The Vault, including PDFs, Keynote, Numbers, Pages, Powerpoint, Excel and Word files.
▸ You can optionally import data exported from your previous password app (or any other source that can provide the data).
▸ Automatically and securely backups your data!
◆ ◆ ◆ TECHNICAL DETAILS ◆ ◆ ◆
This is the part that matters.
This is the part that is hard to get right.
This is the part that makes the difference between actual security and insecurity.
Claiming “military-grade” (or “industry standard” ;-) encryption is meaningless.
Even claiming “256-bit AES encryption”, in itself is not very meaningful.
Example:
Claiming “military-grade” encryption and subsequently simply hashing a master passcode - e.g. using SHA, MD5, or, god forbid, nothing at all (!) - is NOT good.
What ís good is to use a proper key derivation algorithm such as PBKDF2, scrypt or bcrypt.
Another example:
AES is better than ancient algorithms such as Blowfish, Twofish or 3DES.
But even for AES: an app that does not combine encryption with authentication... is doing it wrong. Currently there is some consensus that the best construct is to first encrypt a message and then calculate a message-authentication code, instead of the other way around.
These things matter.
◆ ◆ ◆
The Vault uses PBKDF2 key derivation with an HMAC-SHA512 PRF, and HMAC-SHA256 Encrypt-then-MAC authenticated 256-bit AES encryption, using CommonCrypto functionality only. All cipher and MAC worker keys, as well as all salts and IVs, are purely random data. Keys and IVs are never reused. Each singular piece of data is encrypted with a unique random encryption key, and authenticated with a unique random HMAC key.
Your Master Passcode is never stored; and neither are the derived cipher keys.
◆ ◆ ◆
THE ONLY THING ●YOU● HAVE TO DO?
Choose a long master passcode. Make it long, and make it random!
Read more about why and how inside the app.
Скриншоты The Vault - Security Made Easy
The Vault - Security Made Easy FAQ
Как мне скачать The Vault - Security Made Easy с PGYER IPA HUB?
Бесплатно ли скачивать The Vault - Security Made Easy на PGYER IPA HUB?
Нужен ли аккаунт для скачивания The Vault - Security Made Easy с PGYER IPA HUB?
Как мне сообщить о проблеме с The Vault - Security Made Easy на PGYER IPA HUB?
Вы нашли это полезным?
Да
Нет
Самые популярные

Sing It - Ear TrainerA must app for every musician, singer, or just for fun.
Test,train, and improve your musical ear and

Tube PiP - PiP for YouTubeTube PiP - the ultimate YouTube companion for iOS:
Picture in Picture (PiP) Playback: Watch YouTube

Papaya Ouch!In the game Papaya Ouch!, you can experience backpack management, tower defense, TD, merge, match 2,

Lets Go VPNLets Go VPN, the most advanced VPN, is designed by a team of top developers who strive to ensure all

Paprika Recipe Manager 3Organize your recipes. Create grocery lists. Plan your meals. Download recipes from your favorite we

War Pigeons UnboundedWar is coming. Deep down in top secret military labs they have evolved, mutated - and escaped. The f

Procreate PocketApp of the Year winner Procreate Pocket is the most feature-packed and versatile art app ever design

Cowboy Westland survival runAre you ready to take part in the #1 exciting 3D western adventure? Cowboy Westland survival run mak

Max: Stream HBO, TV, & MoviesIt’s all here. Iconic series, award-winning movies, fresh originals, and family favorites, featuring

TonalEnergy Tuner & MetronomeFor musicians from pros to beginners, whether you sing, play a brass, woodwind or stringed instrumen

SkyView®SkyView® brings stargazing to everyone. Simply point your iPhone, iPad, or iPod at the sky to identi

Ninja Dash 2015Ninja Dash 2015 is the fast paced running game!On these maze fields, rush to the end of this ninja w

Tami-Live Chat&VideoTami is an app that records daily life and ideas.You can use it to record your every day, whether it

SALE Camera - marketing camera effects plus photo editorSALE Camera Help you create the best Business to consumer Stock Photos and Images. provides 300 filt

DevTutor for SwiftUI"DevTutor" is an application designed to assist developers in creating exceptional apps us

Mokens League SoccerDive into Mokens League Soccer and experience the new era of soccer gaming!
Esports for Everyone: Wh

Zombie ZZOMBIE ENDLESS RUNNER LIKES NO OTHER!WHY?* Awesome graphic quality!* Simplified control (Auto-shooti

Dead Z - Zombie SurvivalCatastrophic explosion at the Omega Labs started the apocalypse, now spreading across the Earth.
Tak

HotSchedulesHotSchedules is the industry's leading employee scheduling app because it’s the fastest and easiest

ChatGPTIntroducing ChatGPT for iOS: OpenAI’s latest advancements at your fingertips.
This official app is f

Disney StoreDisney Store is your official home for exclusive collections, designer collaborations, and one-of-a-

fight back tennisa Pong game with Tennis style, the gameplay itself is very simple, you can using Touch. Ball speed w

Dr. Mina AdlyMina Adly mobile app provides students with portable instant access to a selection of services.
Usin

iVerify BasiciVerify Basic is your gateway to enhanced device security and threat awareness, offering a glimpse i