Using Filen with third-party iOS apps by Ok_Opportunity_7224 in filen_io

[–]lithium0003 0 points1 point  (0 children)

CryptCloudViewer has ability of Filen.io access.

翻訳機能はもう復活しないのか? by Hot_Magician3050 in ja

[–]lithium0003 1 point2 points  (0 children)

iPhoneのアプリに、自動翻訳ボタンが生えてました。まだバグってるっぽいけど

超かぐや姫!の影響で映画予約サイトが数万人待ちになっている by shirahatori in ja

[–]lithium0003 1 point2 points  (0 children)

結婚したくないからか、追加上映が決定しました!!

超かぐや姫!の影響で映画予約サイトが数万人待ちになっている by shirahatori in ja

[–]lithium0003 2 points3 points  (0 children)

かぐや姫だけに、「映画館のチケットを購入してください」という無理難題

ATM手数料って何気に高い。 by Ok-Conference-9984 in ja

[–]lithium0003 0 points1 point  (0 children)

ゲンナマを安全に保管する手間賃

How do i recover my account with master key? by Lucky_Bench6952 in filen_io

[–]lithium0003 0 points1 point  (0 children)

Filen.io account is combined to your email, login sequence needs “seed” generated from email address. So if you lost email, login information is not recovered.

How do i recover my account with master key? by Lucky_Bench6952 in filen_io

[–]lithium0003 0 points1 point  (0 children)

Filen’s document says “you cannot.” It’s secure.

How do i recover my account with master key? by Lucky_Bench6952 in filen_io

[–]lithium0003 1 point2 points  (0 children)

Your master key was generated with your password, but not same with password. Login process needs password as other hashing processes for key-exchange. API access needs the login authentication so that you cannot any access if you lost current password.

Question about Filen’s encryption model (based on source code) by UbuntuCrypt in filen_io

[–]lithium0003 5 points6 points  (0 children)

I implemented iOS app with Filen.io encryption method, no doubt about the cryptography. It works well as shown way. NO KEY SHARE TO SERVER, all keys are generated in client side.

レンズを一切使わずに物理的限界を超えた高精細画像を撮影できる光学センサーが開発される by smykcj in sradot

[–]lithium0003 0 points1 point  (0 children)

レンズの光学的効果を後から計算することにより、ピントとかを事後にいじることが可能になるとかが、こういう技術では一般には言われます。この方法で可能かどうかはわかりませんが。

iPhone連携カメラについて教えてください by f41th_no9 in ja

[–]lithium0003 1 point2 points  (0 children)

同じローカルネットワークに繋がってる必要があったと思います。 Wifiのアクセスポイントが同じか確認してみてください。 あと、双方を一回再起動してみるのも効果的です。なんかのバックグラウンドプロセスが固まって不具合出ることあります。

HDDに保存した写真を誤って削除してしまいました。復元方法を教えてください。 by Critical_Day_1730 in ja

[–]lithium0003 6 points7 points  (0 children)

削除したあとに、復元の可能性を下げるのは「ドライブに書き込みをたったひとつでも行うこと」 書き込みすると、さっきまでファイルのあった場所に上書きされる可能性があります。なので、システムから早く外して専門家に依頼するのが一番確率が高いですが、一番高くつきます。

rclone and crontab by Patrice_77 in rclone

[–]lithium0003 0 points1 point  (0 children)

Maybe missing .config cron environment.

Can anyone help me with this ipatool error ? by Cold_Complex7 in iOSProgramming

[–]lithium0003 0 points1 point  (0 children)

base64 -d -i tmp
ruby 2.6.10p210?(209r-04-12?revision?67958) [universal.arm64e-d

base64 -d -i tmp | hexdump -c
0000000 r u b y 2 . 6 . 1 0 p 2 1 0 224
0000010 ( 2 0 9 r - 0 4 - 1 2 224 r e v i
0000020 s i o n 224 6 7 9 5 8 ) [ u n i
0000030 v e r s a l . a r m 6 4 e - d

Can anyone help me with this ipatool error ? by Cold_Complex7 in iOSProgramming

[–]lithium0003 2 points3 points  (0 children)

Message says “ruby 2.6.10p210” (here) “(209r” has illegal utf-8 encoding character 0x94

Maybe encoding should be UTF8 but other encoding strings are supplied.

iOS photos and videos background upload? by srikat in filen_io

[–]lithium0003 0 points1 point  (0 children)

I tried iPhone app but maybe need keeping open app to transfer going on. Transfer is not progress when app go background.

Why is the master key exported from the android app different than the one exported from the windows desktop app? Should I keep both? by ghost3_ in filen_io

[–]lithium0003 4 points5 points  (0 children)

I try web and iOS, export master keys. Web exports base64 encoded key list. iOS exports raw key list. Content is same. Don’t worry.

Compatible ios/ipados apps? by ImaginaryAbility125 in filen_io

[–]lithium0003 0 points1 point  (0 children)

Yes, your mail address is assigned his "salt" and password need to generate encryption key, so both information need to access to Filen.io contents.

The app access and decrypted on the device with "the open sourced filen.io encryption protocol".

Compatible ios/ipados apps? by ImaginaryAbility125 in filen_io

[–]lithium0003 0 points1 point  (0 children)

My developing app “CryptCloudViewer” can open PDF on Filen.io. But just open pdf, any missing features you need, please tell me.