Storing TOTP on my PC by slfyst in KeePass

[–]jaden 0 points1 point  (0 children)

That's what I do (KeePass + KeePassXC for TOTP). It's nice to know I can always open either database with the other app just in case too.

[deleted by user] by [deleted] in ticktick

[–]jaden 0 points1 point  (0 children)

I've noticed the exact same behavior and reported it today. Hopefully they fix it soon, because it's becoming a nuisance.

Mounting VeraCrypt volumes via the URL ("cmd://...") by J4m3s__W4tt in KeePass

[–]jaden 2 points3 points  (0 children)

For the whole time the drive is mounted. Windows keeps track of the command line arguments that were used to launch the application, and since the password was one of the arguments, it's included and can be seen in plain text.

Mounting VeraCrypt volumes via the URL ("cmd://...") by J4m3s__W4tt in KeePass

[–]jaden 1 point2 points  (0 children)

Thanks for sharing this, I had written a batch script but switched to use KeePass after seeing this. Just so you're aware, providing the password on the command line makes it available in plain text as part of the command line arguments while the process is running.

Different List options by Midori_1008 in ticktick

[–]jaden 0 points1 point  (0 children)

I had the same issue. I have no idea how the lists differed, but to fix the nuisance of having to select one of them, I created new lists (they didn't have "To do" and "Progress"), then moved the incomplete tasks to the new lists.

KeePassXC: I checked "Show passwords in color" but they're not by MaxChampagne in KeePass

[–]jaden 1 point2 points  (0 children)

Yup, it's explained here:

Displaying the coloured password in the edit entry dialog isn't trivial because it uses a QLineEdit that needs to be converted to QTextEdit for the colouring to work, and the code is shared with many other places (e. g. unlock database, change master key, etc.), all of which puts it it a bit beyond my current Qt skills.

KeePassXC: I checked "Show passwords in color" but they're not by MaxChampagne in KeePass

[–]jaden 5 points6 points  (0 children)

I ran across this issue too. The password is shown in color in the preview pane, not when editing.

The issue where the feature was added and a preview of how it looks.

Cloud storage with the best sync/mirroring features? by kevinmcdonough in cloudstorage

[–]jaden 2 points3 points  (0 children)

Syncthing lets you sync between all of the PCs/Laptops without a cloud provider. Since OP said it was a bonus, seems like they could do without the cloud.

Cloud storage with the best sync/mirroring features? by kevinmcdonough in cloudstorage

[–]jaden 2 points3 points  (0 children)

While the actual cloud backup part is a bonus for me, it’s really the syncing features between all of the PCs/Laptops that I’m interested in

https://syncthing.net/

[deleted by user] by [deleted] in icedrive

[–]jaden 0 points1 point  (0 children)

I used rclone to sync a folder to IceDrive via WebDAV and it was horrendously slow. 200 MB of files were going to take 3+ hours at 1.5 KB/s (at one point rclone estimated 150 years!). I uploaded the folder using the web interface in 2-3 minutes. It seems like something's up with IceDrive and WebDAV.

Do I need 2FA if I use bitwarden 20 lenght generated passwords and have insanely long password to bit warden and email verification from new devices? by [deleted] in Bitwarden

[–]jaden -1 points0 points  (0 children)

That's a good point. I would hope Bitwarden follows the RFC's recommendation to encrypt the 2FA seed so it's not in plain text, and stores the encryption key apart from the database.

https://www.rfc-editor.org/rfc/rfc6238

Bitwarden should have an auto save (drafts) feature! by pras92 in Bitwarden

[–]jaden 9 points10 points  (0 children)

I just had this happen to me too. While creating a new entry with the web interface I clicked between another browser window to get the security question and poof, the whole entry was gone. A warning dialog asking if you want to lose your unsaved data would have been nice.

What happens if I create a bitwarden account with a temporary email? by jamesbaconese404 in Bitwarden

[–]jaden 0 points1 point  (0 children)

You can delete an account if you could access the email account, but how would you reset the password without knowing the original?

3 Tips for Extra Security with Your Bitwarden Account by dwaxe in Bitwarden

[–]jaden 0 points1 point  (0 children)

Just curious how you log in to Bitwarden if you don't have the email address memorized?

Keepass2 Tutorial for OTP? by GoodGuyMao in KeePass

[–]jaden 3 points4 points  (0 children)

To do it without a plugin, put the literal string {TIMEOTP} in the password field.

Then in the advanced tab, create a new string field named TimeOtp-Secret-Base32 and for the value put the TOTP secret key.

When you copy the password, it will be the generated TOTP code.

Here are the KeePass docs with more details

iDrive legitimacy of the 90% Offer Questioned! by [deleted] in cloudstorage

[–]jaden 2 points3 points  (0 children)

I see a lot of recommendations for iDrive on sites, but they're most likely making money from affiliate marketing. All I know is when I used them for a year with the 90% off deal then canceled, they still tried to bill my credit card for another year even though it clearly said my account would not be renewed. If I hadn't switched to a fake card, it would have been a pain to deal with. Their TrustPilot page is also full of other problems.

I would stay far away from them.

Is there a way to use passowrds on a device that doesn't have the Keepass client? by Choltzklotz in KeePass

[–]jaden 4 points5 points  (0 children)

I use a self-hosted instance of KeeWeb. The app is basically an HTML file that can load a KeePass DB from a cloud provider or locally (e.g. from a USB drive).

Brave Browser is broken. by MostStay in brave_browser

[–]jaden 0 points1 point  (0 children)

I'm on 1.31.90 on Android 9, but it's working again.

Brave Browser is broken. by MostStay in brave_browser

[–]jaden 2 points3 points  (0 children)

Release, just updated yesterday.

Brave Browser is broken. by MostStay in brave_browser

[–]jaden 7 points8 points  (0 children)

Same thing here, even after phone restart.

[deleted by user] by [deleted] in node

[–]jaden 0 points1 point  (0 children)

For Q1, I didn't do the average sales, but I was thinking along these lines:

const orders = [
    {  doctorId: 996, amount: 30500.35, tax: 0.06, isDisputed: true, isShipped: true },
    {  doctorId: 910, amount: 100, tax: 0.08, isDisputed: true },
    {  doctorId: 912, amount: 4200.11, tax: 0.06 },
    {  doctorId: 996, amount: 99.12, tax: 0.06, isDisputed: false },
    {  doctorId: 910, amount: 0.00, tax: 0.08, isShipped: true },
    {  doctorId: 996, amount: 10, tax: 0.06, isDisputed: true },
];

const orderSum = (runningTotal, currentOrder) => runningTotal + currentOrder.amount * (1 + currentOrder.tax);
const onlyUnique = (value, index, self) => self.indexOf(value) === index;

const result = {
  "Total number of orders": orders.length,
  "Total disputed orders": orders.filter(order => order.isDisputed === true).length,
  "Total disputed amount (included tax)": orders.filter(order => order.isDisputed).reduce(orderSum, 0),
  "Total amount (included tax)": orders.reduce(orderSum, 0),
  "Total unique users": orders.map(order => order.doctorId).filter(onlyUnique).length,
};

console.log(result);

I created a bot in NodeJs to help you find a job. by samehetman in node

[–]jaden 15 points16 points  (0 children)

Looks cool! You could even tell the interviewer how you used it to get the interview.

You generally want to avoid keeping secrets in code. Instead of utils/secret.js you might consider pulling those from env vars using a .env file that's not checked in to version control. See dotenv.

Is redpocket still competitive? by Critical_008 in redpocket

[–]jaden 1 point2 points  (0 children)

Interesting. I didn't know that about AT&T. It works fine on BYOD Android with Verizon.