سلام دوستان! 😊
چند وقتی هست که
کانال تلگرامی کُدفیوز رو در تلگرام :
راه اندازی کردم هدفم در این کانال اینه که آموزش های به روز php و laravel رو پوشش بدهم و همچنین در آینده نزدیک از تجربیات خودم رو هم بگم ، بریم سراغ آموزش
فایلهای .env اطلاعات حساسی مثل کلیدهای API و رمزهای پایگاه داده شما رو ذخیره میکنن. رمزنگاری این فایلها بهتون کمک میکنه امنیت پروژهتون رو چند پله بالاتر ببرید و خیالتون از بابت اطلاعات حساس راحت باشه.
🔐 چطوری فایلهامون رو رمزنگاری کنیم؟
خیلی ساده! کافیه این دستور رو اجرا کنید:
php artisan env:encrypt
کلید رمزنگاری تولیدشده رو حتما یه جای امن نگه دارید چون برای رمزگشایی بهش نیاز دارید.
✅ اگه بخواید از کلید دلخواه خودتون استفاده کنید:
php artisan env:encrypt –key=YourCustomKey
⚡ رمزگشایی فایلها هم راحته!
فقط کافیه این دستور رو بزنید:
php artisan env:decrypt
🌟 یه نکته مهم:
لاراول پیشفرض از الگوریتم AES-256-CBC استفاده میکنه که کلید 32 کاراکتری نیاز داره.
برای مشاهده توضیحات کامل تر میتونید به کانال آموزشی من مراجعه کنید :
💬 کُدفیوز: یادگیری PHP و لاراول به سادهترین و حرفهایترین شکل ممکن!
❤️ اگر این پست براتون مفید بود، لطفاً لایک کنید، نظرتون رو با ما در کامنتها به اشتراک بگذارید و برای دوستانتون هم بفرستید. حمایت شما باعث میشه با انگیزه بیشتری این مسیر رو ادامه بدیم! 🌟
ترجمه:
Encrypting .env files in Laravel
Hello friends! 😊
How long has it been?
Codefuse Telegram channel in Telegram:
I started it. My goal in this channel is to cover up-to-date php and laravel tutorials and also tell about my experiences in the near future. Let’s go to the tutorial.
.env files store sensitive information such as your API keys and database passwords. Encrypting these files will help you raise the security of your project a few steps higher and give you peace of mind about sensitive information.
🔐 How to encrypt our files?
Very simple! Just run this command:
php artisan env:encrypt
Be sure to keep the generated encryption key in a safe place because you will need it for decryption.
✅ If you want to use your favorite key:
php artisan env:encrypt –key=YourCustomKey
⚡ Decrypting files is also easy!
Just type this command:
php artisan env:decrypt
An important point:
By default, Laravel uses the AES-256-CBC algorithm, which requires a 32-character key.
To see more complete explanations, you can refer to my educational channel:
💬 Codefuse: learning PHP and Laravel in the easiest and most professional way possible!
❤️ If this post was useful for you, please like it, share your opinion with us in the comments and send it to your friends. Your support makes us continue this path with more motivation! 🌟
Hello friends! 😊
How long has it been?
Codefuse Telegram channel in Telegram:
I started it. My goal in this channel is to cover up-to-date php and laravel tutorials and also tell about my experiences in the near future. Let’s go to the tutorial.
.env files store sensitive information such as your API keys and database passwords. Encrypting these files will help you raise the security of your project a few steps higher and give you peace of mind about sensitive information.
🔐 How to encrypt our files?
Very simple! Just run this command:
php artisan env:encrypt
Be sure to keep the generated encryption key in a safe place because you will need it for decryption.
✅ If you want to use your favorite key:
php artisan env:encrypt –key=YourCustomKey
⚡ Decrypting files is also easy!
Just type this command:
php artisan env:decrypt
An important point:
By default, Laravel uses the AES-256-CBC algorithm, which requires a 32-character key.
To see more complete explanations, you can refer to my educational channel:
💬 Codefuse: learning PHP and Laravel in the easiest and most professional way possible!
❤️ If this post was useful for you, please like it, share your opinion with us in the comments and send it to your friends. Your support makes us continue this path with more motivation! 🌟